Curie-Web/Procfile

3 lines
127 B
Plaintext
Raw Permalink Normal View History

2020-07-12 17:07:37 +01:00
# web: gunicorn -w 4 -b "0.0.0.0:$PORT" app:app
web: gunicorn -w 4 api:app -k uvicorn.workers.UvicornWorker -b "0.0.0.0:$PORT"