Skip to content

Commit

Permalink
Install latest npm in build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
rmlearney-digicatapult committed Nov 17, 2024
1 parent 7dc967b commit a0520de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ENV NODE_ENV=${NODE_ENV}
WORKDIR /app

COPY package*.json ./
RUN npm install -g npm:10.x.x
RUN npm ci

COPY tsoa.json tsconfig.json .swcrc ./
Expand Down

0 comments on commit a0520de

Please sign in to comment.