Spaces:
Build error
Build error
Commit
·
dd3600c
1
Parent(s):
fc9e695
Update Dockerfile
Browse files- 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
|
32 |
-
RUN npm i @typescript-eslint/eslint-plugin
|
33 |
|
34 |
# Run yarn to install deps
|
35 |
-
RUN yarn
|
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 |
|