Spaces:
Build error
Build error
Commit
·
8c156f4
1
Parent(s):
dcc51f8
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -35,7 +35,7 @@ RUN npm install react react-dom
|
|
35 |
|
36 |
# Run yarn to install deps
|
37 |
#RUN yarn --ignore-optional --network-timeout 600000
|
38 |
-
|
39 |
RUN npm install && npm run build:app && npm run build:version
|
40 |
#--network-timeout 600000 && \
|
41 |
# yarn install && \
|
|
|
35 |
|
36 |
# Run yarn to install deps
|
37 |
#RUN yarn --ignore-optional --network-timeout 600000
|
38 |
+
RUN yarn
|
39 |
RUN npm install && npm run build:app && npm run build:version
|
40 |
#--network-timeout 600000 && \
|
41 |
# yarn install && \
|