We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a517684 commit 9741e9aCopy full SHA for 9741e9a
Dockerfile
@@ -1,5 +1,5 @@
1
# adapted from https://nodejs.org/en/docs/guides/nodejs-docker-webapp/
2
-FROM node:16-alpine
+FROM node:20-alpine
3
WORKDIR /usr/src/app
4
COPY package*.json ./
5
RUN npm ci --only=production
0 commit comments