fix(build): skip npm audit in Docker
This commit is contained in:
@@ -4,9 +4,6 @@ FROM base AS deps
|
||||
|
||||
RUN apk add --no-cache libc6-compat
|
||||
|
||||
ARG NPM_VERSION=10.9.8
|
||||
RUN npm install -g "npm@${NPM_VERSION}"
|
||||
|
||||
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* .npmrc* ./
|
||||
|
||||
RUN \
|
||||
|
||||
Reference in New Issue
Block a user