sayanAIAI commited on
Commit
77ae037
·
verified ·
1 Parent(s): 66fc484

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ COPY . .
15
  EXPOSE 7860
16
 
17
  # Run Flask app using Gunicorn (production WSGI server)
18
- CMD ["gunicorn", "--bind", "0.0.0.0:7860", "main:app"]
 
15
  EXPOSE 7860
16
 
17
  # Run Flask app using Gunicorn (production WSGI server)
18
+ CMD ["gunicorn", "-c", "gunicorn_conf.py", "main:app"]