dsmueller commited on
Commit
d040f71
1 Parent(s): eb64898

Refactor Dockerfile permissions

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -14,8 +14,8 @@ ENV HOME=/data \
14
  PATH=/data:$PATH
15
 
16
  # Change permissions for to read/write/execute
17
- RUN mkdir -p $HOME/
18
- RUN chmod 777 $HOME/
19
 
20
  # Set the working directory to the user's home directory
21
  WORKDIR $HOME/
 
14
  PATH=/data:$PATH
15
 
16
  # Change permissions for to read/write/execute
17
+ # RUN mkdir -p $HOME
18
+ # RUN chmod 777 $HOME
19
 
20
  # Set the working directory to the user's home directory
21
  WORKDIR $HOME/