Spaces:
Build error
Build error
Commit
·
50e38c9
1
Parent(s):
171e289
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,7 +31,7 @@ RUN yarn add react react-dom react-scripts canvas node vite vite-plugin-svgr @vi
|
|
31 |
# Run yarn to install deps
|
32 |
#RUN yarn --ignore-optional --network-timeout 600000
|
33 |
RUN yarn --network-timeout 600000 && \
|
34 |
-
yarn install &&
|
35 |
yarn build start:production
|
36 |
|
37 |
|
|
|
31 |
# Run yarn to install deps
|
32 |
#RUN yarn --ignore-optional --network-timeout 600000
|
33 |
RUN yarn --network-timeout 600000 && \
|
34 |
+
yarn install && \
|
35 |
yarn build start:production
|
36 |
|
37 |
|