Skip to content

Commit f9b1359

Browse files
committed
[DSC-2193] fix dependencies url
1 parent 2ec1d95 commit f9b1359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ WORKDIR /app
2121
RUN yarn build:prod
2222

2323
# ---- Production image ----
24-
FROM ${DOCKER_REGISTRY:-docker.io}/node:${NODE_VERSION-22}-alpine AS prod
24+
FROM docker.io/node:${NODE_VERSION-22}-alpine AS prod
2525

2626
# Install pm2 globally and clean npm cache
2727
RUN npm install --global pm2 && npm cache clean --force

0 commit comments

Comments
 (0)