Skip to content

Commit

Permalink
Merge pull request #87 from Trycatch-tv/dev
Browse files Browse the repository at this point in the history
.
  • Loading branch information
judlup authored May 23, 2024
2 parents 1655c39 + c28917a commit 9558eec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ COPY package*.json ./

USER node

RUN npm install && \
npm audit && \
npm cache clean --force
RUN npm cache clean --force && npm install

COPY --chown=node:node . .

Expand Down

0 comments on commit 9558eec

Please sign in to comment.