Akshat1000 commited on
Commit
f12c551
·
verified ·
1 Parent(s): 41f67e6

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