trying to fix timeout.

This commit is contained in:
Jason Kulatunga 2023-01-25 22:26:48 -08:00
parent 50a94b1127
commit 248f42f830
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ RUN yarn --version && \
yarn config delete proxy && \
yarn config delete https-proxy && \
yarn config list && \
yarn config set registry ' http://registry.npmjs.org' && \
yarn install --frozen-lockfile
COPY frontend/ ./
RUN yarn run build -- --configuration ${FASTEN_ENV} --output-path=../dist