Skip to content

Commit

Permalink
Merge pull request #323 from n0th1ng-else/rev
Browse files Browse the repository at this point in the history
  • Loading branch information
n0th1ng-else authored Jun 12, 2023
2 parents f58fb06 + 5c84d59 commit d796cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR $APP_DIR

COPY package.json package-lock.json $APP_DIR
RUN npm pkg delete scripts.prepare
RUN npm ci --omit=dev --ignore-scripts && npm cache clean --force
RUN npm ci --omit=dev && npm cache clean --force

ARG APP_VERSION=local
ENV APP_VERSION ${APP_VERSION}
Expand Down

0 comments on commit d796cee

Please sign in to comment.