We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec1d95 commit f9b1359Copy full SHA for f9b1359
1 file changed
Dockerfile.dist
@@ -21,7 +21,7 @@ WORKDIR /app
21
RUN yarn build:prod
22
23
# ---- Production image ----
24
-FROM ${DOCKER_REGISTRY:-docker.io}/node:${NODE_VERSION-22}-alpine AS prod
+FROM docker.io/node:${NODE_VERSION-22}-alpine AS prod
25
26
# Install pm2 globally and clean npm cache
27
RUN npm install --global pm2 && npm cache clean --force
0 commit comments