eienmojiki commited on
Commit
7a4d212
·
verified ·
1 Parent(s): d7d0f38

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -63,13 +63,10 @@ RUN chmod g+rw $HOME && \
63
 
64
  WORKDIR $HOME/app
65
 
66
-
67
  RUN git clone https://github.com/ntkhang03/Anonymous-Notepad
68
 
69
  WORKDIR $HOME/app/Anonymous-Notepad
70
 
71
- RUN chown user: $HOME/app/Anonymous-Notepad
72
-
73
  RUN npm install
74
 
75
  USER user
 
63
 
64
  WORKDIR $HOME/app
65
 
 
66
  RUN git clone https://github.com/ntkhang03/Anonymous-Notepad
67
 
68
  WORKDIR $HOME/app/Anonymous-Notepad
69
 
 
 
70
  RUN npm install
71
 
72
  USER user