We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ef736 commit 32a1645Copy full SHA for 32a1645
Dockerfile
@@ -9,6 +9,6 @@ RUN apt-get update && \
9
apt-get clean && \
10
rm -rf /var/lib/apt/lists/*
11
RUN echo "GIT_TAG=$(git tag --points-at HEAD)" >> .env
12
-RUN npm ci && npm run build && npm run build:docs && npm prune --production
+RUN npm ci --no-audit && npm run build && npm run build:docs && npm prune --production
13
14
CMD ["node", "./lib/index.js"]
0 commit comments