oceansweep commited on
Commit
ba1175d
·
verified ·
1 Parent(s): 1f415e7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -45,6 +45,6 @@ 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
- RUN chmod 777 $HOME/app/*
49
 
50
  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
+ RUN chmod 777 $HOME/app
49
 
50
  CMD ["python3", "app.py"]