GoodML commited on
Commit
6bc114d
·
verified ·
1 Parent(s): 09ce4ee

Added dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,4 +11,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
  COPY --chown=user . /app
13
  # CMD ["gunicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
14
- # CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
 
11
 
12
  COPY --chown=user . /app
13
  # CMD ["gunicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
14
+ CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]