baxin commited on
Commit
f0cd91d
1 Parent(s): 30ea8d8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,5 +38,5 @@ WORKDIR $HOME/app
38
 
39
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
40
  COPY --chown=user . $HOME/app
41
-
42
  CMD ["python", "app.py"]
 
38
 
39
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
40
  COPY --chown=user . $HOME/app
41
+ CMD ["pip" "install", "-r", "requirements"]
42
  CMD ["python", "app.py"]