Spaces:
Build error
Build error
Commit
·
d215840
1
Parent(s):
57501c2
Update Dockerfile
Browse files- Dockerfile +5 -3
Dockerfile
CHANGED
@@ -23,9 +23,11 @@ WORKDIR /opt/node_app/excalidraw
|
|
23 |
#RUN sed -i 's/VITE_APP_WS_SERVER_URL=/VITE_APP_WS_SERVER_URL=http:\/\/localhost:5002/' .env.production
|
24 |
|
25 |
# Install additional options and deps
|
26 |
-
RUN yarn add react react-dom react-scripts
|
27 |
-
|
28 |
-
|
|
|
|
|
29 |
|
30 |
#RUN npm install workbox-build workbox-window eslint
|
31 |
#RUN yarn add react react-dom @excalidraw/excalidraw workbox-build workbox-window eslint
|
|
|
23 |
#RUN sed -i 's/VITE_APP_WS_SERVER_URL=/VITE_APP_WS_SERVER_URL=http:\/\/localhost:5002/' .env.production
|
24 |
|
25 |
# Install additional options and deps
|
26 |
+
RUN yarn add react react-dom react-scripts canvas node
|
27 |
+
|
28 |
+
|
29 |
+
#vite vite-plugin-svgr @vitejs/plugin-react \
|
30 |
+
#vite-plugin-ejs vite-plugin-pwa vite-plugin-checker
|
31 |
|
32 |
#RUN npm install workbox-build workbox-window eslint
|
33 |
#RUN yarn add react react-dom @excalidraw/excalidraw workbox-build workbox-window eslint
|