Akshat1000 commited on
Commit
d9c570f
·
verified ·
1 Parent(s): 29f61ed

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
7
  COPY --chown=user ./requirements.txt requirements.txt
8
 
9
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
10
-
11
  COPY --chown=user . /app
12
 
13
  # Set gunicorn as entrypoint with default arguments
 
7
  COPY --chown=user ./requirements.txt requirements.txt
8
 
9
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
10
+ RUN python getans.py
11
  COPY --chown=user . /app
12
 
13
  # Set gunicorn as entrypoint with default arguments