Skip to content

Commit 32a1645

Browse files
committed
ci: also skip npm audit during build
1 parent 90ef736 commit 32a1645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ RUN apt-get update && \
99
apt-get clean && \
1010
rm -rf /var/lib/apt/lists/*
1111
RUN echo "GIT_TAG=$(git tag --points-at HEAD)" >> .env
12-
RUN npm ci && npm run build && npm run build:docs && npm prune --production
12+
RUN npm ci --no-audit && npm run build && npm run build:docs && npm prune --production
1313

1414
CMD ["node", "./lib/index.js"]

0 commit comments

Comments
 (0)