Spaces:
Build error
Build error
Commit
·
a426346
1
Parent(s):
9c22fe0
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,7 +22,7 @@ WORKDIR /opt/node_app/excalidraw
|
|
22 |
|
23 |
# Setup npm / yarn / deps
|
24 |
RUN npm install react react-dom
|
25 |
-
RUN npm install workbox-build workbox-window eslint typescript
|
26 |
|
27 |
# Run yarn to install deps
|
28 |
RUN yarn install
|
|
|
22 |
|
23 |
# Setup npm / yarn / deps
|
24 |
RUN npm install react react-dom
|
25 |
+
RUN npm install workbox-build workbox-window eslint typescript plugin-syntax-flow plugin-transform-react-jsx
|
26 |
|
27 |
# Run yarn to install deps
|
28 |
RUN yarn install
|