Spaces:
Sleeping
Sleeping
eienmojiki
commited on
Commit
•
24d4a9d
1
Parent(s):
7a4d212
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -67,6 +67,8 @@ 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
|
|
|
67 |
|
68 |
WORKDIR $HOME/app/Anonymous-Notepad
|
69 |
|
70 |
+
RUN chown user: $HOME/app/Anonymous-Notepad
|
71 |
+
|
72 |
RUN npm install
|
73 |
|
74 |
USER user
|