We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71506a9 commit 43eb2a7Copy full SHA for 43eb2a7
entry_point.sh
@@ -2,4 +2,4 @@
2
echo "Running DrexSpamAPI"
3
RUN_PORT=${PORT:-8989}
4
5
-/app/env/bin/gunicorn --worker-tmp-dir /dev/shm -k uvicorn.workers.UvicornWorker --bind "0.0.0.0:${RUN_PORT}"
+/app/env/bin/gunicorn --worker-tmp-dir /dev/shm -k uvicorn.workers.UvicornWorker --bind "0.0.0.0:${RUN_PORT}" app.main:app
0 commit comments