moriire commited on
Commit
f4c6eba
1 Parent(s): 8452264

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -45,7 +45,7 @@ ENV HOME=/home/user \
45
 
46
  # Set the working directory to the user's home directory
47
  #WORKDIR $HOME/app
48
- RUN chmod -R 755 $HOME/app
49
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
50
  COPY --chown=user . $HOME/app
51
  #CMD ["python3", "-m", "app"]
 
45
 
46
  # Set the working directory to the user's home directory
47
  #WORKDIR $HOME/app
48
+ #RUN chmod -R 755 $HOME/app
49
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
50
  COPY --chown=user . $HOME/app
51
  #CMD ["python3", "-m", "app"]