chore: copy across .npmrc
to docker build (#2152)
This commit is contained in:
parent
58053d0b53
commit
123cf13145
@ -14,6 +14,7 @@ RUN apk add git --no-cache
|
|||||||
|
|
||||||
# Prepare build deps ( ignore postinstall scripts for now )
|
# Prepare build deps ( ignore postinstall scripts for now )
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
|
COPY .npmrc ./
|
||||||
COPY pnpm-lock.yaml ./
|
COPY pnpm-lock.yaml ./
|
||||||
COPY patches ./patches
|
COPY patches ./patches
|
||||||
RUN pnpm i --frozen-lockfile --ignore-scripts
|
RUN pnpm i --frozen-lockfile --ignore-scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user