Skip to content

Commit

Permalink
Don't update npm (#2474)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrieinv authored Sep 1, 2023
1 parent fe15fa1 commit 1c32523
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 1c32523

Please sign in to comment.