From 2bf3d82d325af54ee9deeb3e967308c71e1cbad5 Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Mon, 1 Jun 2026 10:59:03 +0330 Subject: [PATCH] update: docker file --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index cccaa33..7b567b2 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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 \