Skip to content

Commit

Permalink
Don't update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
chrieinv committed Sep 1, 2023
1 parent fe15fa1 commit 4086d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sourcecode/apis/contentauthor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FROM node:16-alpine AS frontend

WORKDIR /app

RUN npm i -g npm node-gyp
RUN npm i -g node-gyp

COPY package.json package-lock.json ./
RUN npm i --legacy-peer-deps
Expand Down

0 comments on commit 4086d63

Please sign in to comment.