Akshat1000 commited on
Commit
3d5a47c
·
verified ·
1 Parent(s): 84370cd

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