Akshat1000 commited on
Commit
79acee0
·
verified ·
1 Parent(s): 3d5a47c

Update 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
  COPY --chown=user . /app
12
 
13
  # Set gunicorn as entrypoint with default arguments
14
- ENTRYPOINT ["python", "app.py"]
 
11
  COPY --chown=user . /app
12
 
13
  # Set gunicorn as entrypoint with default arguments
14
+ ENTRYPOINT ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]