LuckRafly commited on
Commit
36e19ea
·
1 Parent(s): 4be63d2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ COPY templates ./templates
14
  RUN pip install -r requirements.txt && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
15
 
16
  # Run your Flask app with Gunicorn
17
- CMD ["gunicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
14
  RUN pip install -r requirements.txt && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
15
 
16
  # Run your Flask app with Gunicorn
17
+ CMD ["gunicorn", "app:app", "--bind", "0.0.0.0:7860"]]