modified: Dockerfile
modified: README.md modified: app.py
This commit is contained in:
@@ -26,5 +26,5 @@ ENV DEMO=$DEMO
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
# Production server
|
||||
CMD ["gunicorn", "-w", "3", "-b", "0.0.0.0:5000", "app:app"]
|
||||
# Production server (use shell form so $PORT expands in Coolify)
|
||||
CMD gunicorn -w ${WEB_CONCURRENCY:-3} -b 0.0.0.0:${PORT:-5000} app:app
|
||||
|
||||
Reference in New Issue
Block a user