pmolchanov commited on
Commit
71487f2
·
verified ·
1 Parent(s): eb662e5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,7 +34,7 @@ WORKDIR $HOME/app
34
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
35
  COPY --chown=user . $HOME/app
36
 
37
- RUN chmod g=u /etc/passwd /etc/group
38
 
39
 
40
  RUN echo "Hello from Dockerfile!"
 
34
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
35
  COPY --chown=user . $HOME/app
36
 
37
+ # RUN chmod g=u /etc/passwd /etc/group
38
 
39
 
40
  RUN echo "Hello from Dockerfile!"