Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|