Skip to content

Commit

Permalink
fix: Increase network timeout, revert to using node:14-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
Inlustra committed Jul 2, 2021
1 parent a14b1f4 commit c881543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM node:14 as base
FROM node:14-slim as base

WORKDIR /home/node

COPY package.json yarn.lock ./

RUN yarn install --frozen-lockfile
RUN yarn install --frozen-lockfile --network-timeout 600000

ENV PATH /home/node/node_modules/.bin:$PATH

Expand Down

0 comments on commit c881543

Please sign in to comment.