trying to fix timeout.

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

View File

@ -10,7 +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 config set registry 'http://registry.npmjs.org' && \
yarn install --frozen-lockfile
COPY frontend/ ./
RUN yarn run build -- --configuration ${FASTEN_ENV} --output-path=../dist