trying to fix timeout.
This commit is contained in:
parent
6d5d009173
commit
74650c410d
|
@ -11,7 +11,7 @@ RUN yarn --version && \
|
||||||
yarn config delete https-proxy && \
|
yarn config delete https-proxy && \
|
||||||
yarn config set registry 'http://registry.npmjs.org' && \
|
yarn config set registry 'http://registry.npmjs.org' && \
|
||||||
yarn config list && \
|
yarn config list && \
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile --network-timeout 300000
|
||||||
COPY frontend/ ./
|
COPY frontend/ ./
|
||||||
RUN yarn run build -- --configuration ${FASTEN_ENV} --output-path=../dist
|
RUN yarn run build -- --configuration ${FASTEN_ENV} --output-path=../dist
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue