Mediocreatmybest commited on
Commit
9c22fe0
1 Parent(s): 2c6ef5a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN git clone https://github.com/excalidraw/excalidraw
21
  WORKDIR /opt/node_app/excalidraw
22
 
23
  # Setup npm / yarn / deps
24
- RUN npm install react react-dom remixproject/engine-vscode
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
 
21
  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