Skip to content

Commit 9f1ecee

Browse files
author
Joshua Mayanja
committed
Fixed Entry Point
1 parent c393055 commit 9f1ecee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entry_point.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
echo "Running DrexSpamAPI"
33
RUN_PORT=${PORT:-8989}
44

5-
/app/env/bin/gunicorn --worker-tmp-dir /dev/shm -k uvicorn.workers.UvicornWorker --bind "127.0.0.1:${RUN_PORT}" app.main:app
5+
/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

Comments
 (0)