Skip to content

Commit

Permalink
trying to fix timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jan 26, 2023
1 parent 50a94b1 commit 248f42f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN yarn --version && \
yarn config delete proxy && \
yarn config delete https-proxy && \
yarn config list && \
yarn config set registry ' http:https://registry.npmjs.org' && \
yarn install --frozen-lockfile
COPY frontend/ ./
RUN yarn run build -- --configuration ${FASTEN_ENV} --output-path=../dist
Expand Down

0 comments on commit 248f42f

Please sign in to comment.