Spaces:
Build error
Build error
Commit
·
f6caeb4
1
Parent(s):
7b40659
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ RUN git clone https://github.com/excalidraw/excalidraw
|
|
14 |
RUN git clone https://github.com/excalidraw/excalidraw-room
|
15 |
|
16 |
# Change to the newly created directory
|
17 |
-
WORKDIR /opt/node_app/excalidraw-room
|
18 |
#RUN yarn && yarn build
|
19 |
|
20 |
WORKDIR /opt/node_app/excalidraw
|
@@ -59,7 +59,7 @@ USER root
|
|
59 |
# apt install libcap2-bin -y && \
|
60 |
# setcap cap_net_bind_service=+ep `readlink -f \`which node\``
|
61 |
|
62 |
-
RUN npm install pm2 -g
|
63 |
|
64 |
RUN chmod +x start.sh
|
65 |
CMD /bin/bash start.sh
|
|
|
14 |
RUN git clone https://github.com/excalidraw/excalidraw-room
|
15 |
|
16 |
# Change to the newly created directory
|
17 |
+
#WORKDIR /opt/node_app/excalidraw-room
|
18 |
#RUN yarn && yarn build
|
19 |
|
20 |
WORKDIR /opt/node_app/excalidraw
|
|
|
59 |
# apt install libcap2-bin -y && \
|
60 |
# setcap cap_net_bind_service=+ep `readlink -f \`which node\``
|
61 |
|
62 |
+
#RUN npm install pm2 -g
|
63 |
|
64 |
RUN chmod +x start.sh
|
65 |
CMD /bin/bash start.sh
|