trying to fix timeout.

This commit is contained in:
Jason Kulatunga 2023-01-25 22:33:29 -08:00
parent 2889904668
commit 6d5d009173
1 changed files with 1 additions and 1 deletions

View File

@ -9,8 +9,8 @@ COPY frontend/package.json frontend/yarn.lock ./
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 list && \
yarn install --frozen-lockfile
COPY frontend/ ./
RUN yarn run build -- --configuration ${FASTEN_ENV} --output-path=../dist