Spaces:
Build error
Build error
Commit
·
6a31f20
1
Parent(s):
f803e94
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -45,6 +45,8 @@ COPY start.sh .
|
|
45 |
|
46 |
# switch back to root to execute start commands
|
47 |
USER root
|
|
|
|
|
48 |
|
49 |
# Install pm2 for excalidraw-room
|
50 |
#RUN npm install pm2 -g
|
|
|
45 |
|
46 |
# switch back to root to execute start commands
|
47 |
USER root
|
48 |
+
# Switch to root working dir
|
49 |
+
WORKDIR /opt/node_app/excalidraw
|
50 |
|
51 |
# Install pm2 for excalidraw-room
|
52 |
#RUN npm install pm2 -g
|