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 99a587e commit 6dbdfe5Copy full SHA for 6dbdfe5
Dockerfile
@@ -61,7 +61,7 @@ COPY ./package.json ${WORKDIR}/package.json
61
COPY ./package-lock.json ${WORKDIR}/package-lock.json
62
COPY ./Makefile ${WORKDIR}/
63
64
-RUN npm ci --verbose
+RUN npm ci --verbose --ignore-scripts
65
RUN ls -alh
66
67
# CMD []
@@ -77,7 +77,7 @@ COPY ./package.json ${WORKDIR}/package.json
77
78
79
80
-RUN rm -vfr node_modules && npm ci --verbose --omit=dev
+RUN rm -vfr node_modules && npm ci --verbose --omit=dev --ignore-scripts
81
RUN npm run build
82
83
CMD ["ls", "-alh"]
0 commit comments