oceansweep commited on
Commit
4f99c29
·
verified ·
1 Parent(s): d2fa5e7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -46,4 +46,5 @@ WORKDIR $HOME/app
46
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
47
  COPY --chown=$USER . $HOME/app
48
  CMD ["chmod", "-R", "775", "$HOME/"]
 
49
  CMD ["python3", "app.py"]
 
46
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
47
  COPY --chown=$USER . $HOME/app
48
  CMD ["chmod", "-R", "775", "$HOME/"]
49
+ CMD ["chmod", "-R", "775", "$HOME/app/"]
50
  CMD ["python3", "app.py"]