Skip to content

Commit f54027c

Browse files
committed
debug npm ci install
1 parent 30a3b91 commit f54027c

File tree

3 files changed

+6378
-3453
lines changed

3 files changed

+6378
-3453
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update \
1818
WORKDIR /app
1919

2020
COPY package.json package-lock.json ./
21-
RUN npm i -g npm@latest && npm ci --verbose --no-audit
21+
RUN npm i -g npm@latest && npm ci --verbose --ignore-scripts
2222

2323
ARG SENTRY_ORG
2424
ENV SENTRY_ORG=$SENTRY_ORG

0 commit comments

Comments
 (0)