remove timeout.

This commit is contained in:
Jason Kulatunga 2023-01-26 01:36:23 -08:00
parent 94c7996720
commit 81b74f754e
1 changed files with 1 additions and 1 deletions

View File

@ -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 --network-timeout 300000 yarn install
COPY frontend/ ./ COPY frontend/ ./
RUN yarn run build -- --configuration ${FASTEN_ENV} --output-path=../dist RUN yarn run build -- --configuration ${FASTEN_ENV} --output-path=../dist