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 0c38147 commit 26e2d67Copy full SHA for 26e2d67
node22/Dockerfile
@@ -7,9 +7,8 @@ RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/v3.21/community' >> /e
7
# DEPENDENCIES #############################################################
8
apk add --update bash git ca-certificates curl openssh tzdata make direnv && \
9
# NODEJS ###################################################################
10
- apk add --update nodejs npm && \
11
- corepack enable && corepack prepare pnpm@latest --activate && \
+ apk add --update nodejs npm pnpm@community && \
12
# CLEAN UP #################################################################
13
rm -rf /var/cache/apk/*
14
15
-CMD ["nodejs"]
+CMD ["node"]
0 commit comments