Skip to content

Commit d45f8a2

Browse files
committed
Update Procfile
1 parent e85acde commit d45f8a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Procfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
release: python manage.py migrate
2-
web: gunicorn demotemplate.wsgi --log-file -
3-
worker: celery worker -A datauploader --concurrency 1
2+
web: gunicorn demotemplate.wsgi --log-file=-
3+
worker: celery worker -A datauploader --concurrency 1

0 commit comments

Comments
 (0)