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

This commit is contained in:
2026-06-01 10:59:03 +03:30
parent 53967864b4
commit 2bf3d82d32
+1 -5
View File
@@ -1,11 +1,7 @@
# Stage 1: Base — shared tooling and system config
FROM node:22-alpine AS base
# Use Liara Alpine mirror
RUN sed -i 's|https://dl-cdn.alpinelinux.org|https://mirror.de.velop.ir|g' /etc/apk/repositories \
&& apk add --no-cache tzdata \
&& cp /usr/share/zoneinfo/Asia/Tehran /etc/localtime \
&& echo "Asia/Tehran" > /etc/timezone
ENV TZ=Asia/Tehran
# Install and activate pnpm via corepack
RUN npm install -g corepack@latest --registry=https://package-mirror.liara.ir \