Compare commits
1 Commits
fix_docker_cd
...
0.8.6
| Author | SHA1 | Date | |
|---|---|---|---|
| 3276a9b6ed |
+1
-1
@@ -7,7 +7,7 @@ ARG REACT_APP_SERVER
|
|||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
COPY . /src
|
COPY . /src
|
||||||
RUN yarn --network-timeout=100000 install
|
RUN yarn --network-timeout=300000 install
|
||||||
RUN PUBLIC_URL=$PUBLIC_URL REACT_APP_SERVER=$REACT_APP_SERVER yarn build
|
RUN PUBLIC_URL=$PUBLIC_URL REACT_APP_SERVER=$REACT_APP_SERVER yarn build
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user