Skip to content

Commit

Permalink
fix: added network timeout in docker file for dockerbuild action
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkevinpal committed Apr 26, 2023
1 parent 6331298 commit ca91faa
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 @@ -6,7 +6,7 @@ WORKDIR /usr/src/app

COPY package*.json ./
COPY yarn.lock ./
RUN yarn install
RUN yarn install --network-timeout 1000000

COPY . .

Expand Down

0 comments on commit ca91faa

Please sign in to comment.