darylfunggg commited on
Commit
1e9c153
·
1 Parent(s): 3528898

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -20,6 +20,7 @@ RUN pip install --no-cache-dir --upgrade pip
20
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
21
  COPY --chown=user . $HOME/app
22
 
 
23
  RUN pip install -r requirements.txt
24
 
25
  CMD ["python", "app.py"]
 
20
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
21
  COPY --chown=user . $HOME/app
22
 
23
+ RUN pip install -r pre-requirements.txt
24
  RUN pip install -r requirements.txt
25
 
26
  CMD ["python", "app.py"]