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 248f42f commit 2889904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +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 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 2889904

Please sign in to comment.