Skip to content

Commit 21008c1

Browse files
committed
fix procfile command after remove cd app
1 parent 052e1e9 commit 21008c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: gunicorn main:create_app --bind 0.0.0.0:$PORT --worker-class aiohttp.GunicornWebWorker
1+
web: gunicorn app:create_app --bind 0.0.0.0:$PORT --worker-class aiohttp.GunicornWebWorker

0 commit comments

Comments
 (0)