Skip to content

Commit

Permalink
debug npm ci install
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Jul 26, 2024
1 parent 30a3b91 commit f54027c
Show file tree
Hide file tree
Showing 3 changed files with 6,378 additions and 3,453 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update \
WORKDIR /app

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

ARG SENTRY_ORG
ENV SENTRY_ORG=$SENTRY_ORG
Expand Down
Loading

0 comments on commit f54027c

Please sign in to comment.