Skip to content

Commit

Permalink
add eol to Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Oct 13, 2023
1 parent 2680699 commit 8e7355f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Procfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ wamp: python3 -u ws.py
work: celery -A worker worker
beat: celery -A worker beat
capi: gunicorn -c gunicorn_config.py content_api.wsgi
papi: gunicorn -c gunicorn_config.py prod_api.wsgi
papi: gunicorn -c gunicorn_config.py prod_api.wsgi

0 comments on commit 8e7355f

Please sign in to comment.