Skip to content

Commit

Permalink
chore: copy across .npmrc to docker build (#2152)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Jun 8, 2023
1 parent 58053d0 commit 123cf13
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 @@ -14,6 +14,7 @@ RUN apk add git --no-cache

# Prepare build deps ( ignore postinstall scripts for now )
COPY package.json ./
COPY .npmrc ./
COPY pnpm-lock.yaml ./
COPY patches ./patches
RUN pnpm i --frozen-lockfile --ignore-scripts
Expand Down

0 comments on commit 123cf13

Please sign in to comment.