Skip to content

Commit

Permalink
Added EOL to Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovicnemanja authored Oct 27, 2023
1 parent c3243e5 commit ed3ddbd
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 ed3ddbd

Please sign in to comment.