oceansweep commited on
Commit
63f3633
·
verified ·
1 Parent(s): dad5b36

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -45,9 +45,8 @@ WORKDIR $HOME/app
45
 
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 ["mkdir", "./Results"]
51
  CMD ["mkdir", "./Results/Audio_Processing"]
52
  CMD ["mkdir", "./Results/Video_Downloads"]
 
53
  CMD ["python3", "app.py"]
 
45
 
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 ["mkdir", "./Results"]
49
  CMD ["mkdir", "./Results/Audio_Processing"]
50
  CMD ["mkdir", "./Results/Video_Downloads"]
51
+ CMD ["chmod", "-R", "775", "$HOME/"]
52
  CMD ["python3", "app.py"]