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 72abf3e commit cd78c28Copy full SHA for cd78c28
.nvmrc
@@ -1 +1 @@
1
-16
+22
.vscode/settings.json
Dockerfile
@@ -1,5 +1,5 @@
FROM node:22-alpine AS deps
2
-# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
+# https://github.com/nodejs/docker-node?tab=readme-ov-file#nodealpine
3
RUN apk add --no-cache gcompat
4
WORKDIR /app
5
COPY package.json pnpm-lock.yaml ./
0 commit comments