update docker
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-03 11:41:36 +03:30
parent 0718bd1230
commit 753918f605
+4
View File
@@ -1,6 +1,10 @@
# Stage 1: Build Stage
FROM node:22-alpine AS base
RUN sed -i 's|https://dl-cdn.alpinelinux.org/alpine|https://mirror.de.velop.ir/alpine|g' /etc/apk/repositories
ENV NPM_CONFIG_REGISTRY=https://mirror-npm.runflare.com
RUN npm install -g corepack@latest
RUN corepack enable && corepack prepare pnpm@9.15.9 --activate