Akshat1000 commited on
Commit
b95d8f6
·
verified ·
1 Parent(s): 9c31c2b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
10
 
11
  COPY --chown=user . /app
12
 
13
- CMD python getans.py
14
 
15
  # Set gunicorn as entrypoint with default arguments
16
  ENTRYPOINT ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]
 
10
 
11
  COPY --chown=user . /app
12
 
13
+ RUN python getans.py
14
 
15
  # Set gunicorn as entrypoint with default arguments
16
  ENTRYPOINT ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]