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 9134d32 commit d06b38fCopy full SHA for d06b38f
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM node:18-alpine
+FROM node:24-alpine
2
3
RUN apk add --no-cache libc6-compat git && apk update
4
WORKDIR /app
5
6
-COPY package.json package-lock.json ./
+COPY package.json package-lock.json .npmrc ./
7
RUN npm ci
8
9
COPY . .
0 commit comments