Spaces:
Build error
Build error
Commit
·
d194565
1
Parent(s):
83a50a0
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ 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
|
21 |
# Set app server to localhost
|
|
|
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
|
21 |
# Set app server to localhost
|