Skip to content

Commit

Permalink
ci: 🎑 temporarily increase network timeout
Browse files Browse the repository at this point in the history
related to issue #2

βœ… Closes: #2
  • Loading branch information
bddvlpr committed Sep 21, 2022
1 parent 0eebacf commit f8dff07
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 @@ -4,7 +4,7 @@ WORKDIR /app
COPY package.json .
COPY yarn.lock .
COPY tsconfig.json .
RUN yarn install
RUN yarn install --frozen-lockfile --network-timeout 1000000

COPY . .
RUN yarn build
Expand Down

0 comments on commit f8dff07

Please sign in to comment.