Spaces:
Build error
Build error
Commit
·
0244c12
1
Parent(s):
c474235
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -34,7 +34,7 @@ RUN yarn add react react-dom react-scripts \
|
|
34 |
#RUN yarn --ignore-optional --network-timeout 600000
|
35 |
RUN yarn --network-timeout 600000 && \
|
36 |
yarn install && \
|
37 |
-
yarn build start
|
38 |
|
39 |
|
40 |
# Make port 5001/5002 available outside the container
|
|
|
34 |
#RUN yarn --ignore-optional --network-timeout 600000
|
35 |
RUN yarn --network-timeout 600000 && \
|
36 |
yarn install && \
|
37 |
+
yarn build start
|
38 |
|
39 |
|
40 |
# Make port 5001/5002 available outside the container
|