eienmojiki commited on
Commit
4bbc744
·
verified ·
1 Parent(s): 3c466f5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -59,6 +59,7 @@ RUN curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -\
59
 
60
  WORKDIR $HOME/app
61
 
 
62
  RUN git clone https://github.com/ntkhang03/Anonymous-Notepad
63
 
64
  WORKDIR $HOME/app/Anonymous-Notepad
 
59
 
60
  WORKDIR $HOME/app
61
 
62
+ RUN chmod 777 $HOME/app/
63
  RUN git clone https://github.com/ntkhang03/Anonymous-Notepad
64
 
65
  WORKDIR $HOME/app/Anonymous-Notepad