Skip to content

Commit

Permalink
Use node 18 base image and update npm before install
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Jul 27, 2023
1 parent 540c840 commit 914a29c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/starksheet-webapp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM node:16
FROM node:18

WORKDIR /app/starksheet/packages/starksheet-webapp
RUN npm update -g npm

COPY . .
RUN npm install
Expand Down

0 comments on commit 914a29c

Please sign in to comment.