Spaces:
Build error
Build error
Commit
·
c474235
1
Parent(s):
50e38c9
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -23,7 +23,9 @@ 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 |
#RUN npm install workbox-build workbox-window eslint
|
29 |
#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 \
|
27 |
+
canvas node vite vite-plugin-svgr @vitejs/plugin-react \
|
28 |
+
vite-plugin-ejs vite-plugin-pwa vite-plugin-checker
|
29 |
|
30 |
#RUN npm install workbox-build workbox-window eslint
|
31 |
#RUN yarn add react react-dom @excalidraw/excalidraw workbox-build workbox-window eslint
|