Spaces:
Build error
Build error
Commit
·
b1244c2
1
Parent(s):
9aa7ef2
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ RUN yarn && yarn build
|
|
19 |
|
20 |
WORKDIR /opt/node_app/excalidraw
|
21 |
# Set app server to localhost
|
22 |
-
RUN sed -i 's/VITE_APP_WS_SERVER_URL=/VITE_APP_WS_SERVER_URL=http:\/\/localhost:5002/' .env.production
|
23 |
|
24 |
# Setup npm / yarn / deps
|
25 |
#RUN npm install react react-dom
|
|
|
19 |
|
20 |
WORKDIR /opt/node_app/excalidraw
|
21 |
# Set app server to localhost
|
22 |
+
#RUN sed -i 's/VITE_APP_WS_SERVER_URL=/VITE_APP_WS_SERVER_URL=http:\/\/localhost:5002/' .env.production
|
23 |
|
24 |
# Setup npm / yarn / deps
|
25 |
#RUN npm install react react-dom
|