1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-05-18 14:37:15 +01:00

chore: copy across .npmrc to docker build (#2152)

This commit is contained in:
Daniel Roe 2023-06-08 10:53:33 +01:00 committed by GitHub
parent 58053d0b53
commit 123cf13145
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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