Mediocreatmybest commited on
Commit
dd3600c
1 Parent(s): fc9e695

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -28,11 +28,10 @@ RUN echo -e "\n\nBROWSER=NONE" >> .env.development
28
 
29
  # Setup npm / yarn / deps
30
  RUN npm install react react-dom
31
- RUN npm install workbox-build workbox-window eslint typescript
32
- RUN npm i @typescript-eslint/eslint-plugin
33
 
34
  # Run yarn to install deps
35
- RUN yarn install
36
 
37
 
38
 
 
28
 
29
  # Setup npm / yarn / deps
30
  RUN npm install react react-dom
31
+ RUN npm install workbox-build workbox-window eslint
 
32
 
33
  # Run yarn to install deps
34
+ RUN yarn
35
 
36
 
37