Mediocreatmybest commited on
Commit
a426346
·
1 Parent(s): 9c22fe0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 babel/plugin-syntax-flow babel/plugin-transform-react-jsx
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