From 1064c422cca71fb14b163cbcc9cebda1e16134ab Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Sun, 31 May 2026 12:31:15 +0330 Subject: [PATCH] update: docker file 2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2272ab4..1947141 100755 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,8 @@ RUN sed -i 's|https://dl-cdn.alpinelinux.org/alpine|https://mirror.de.velop.ir/a ENV NPM_CONFIG_REGISTRY=https://package-mirror.liara.ir/repository/npm/ RUN npm config set registry https://package-mirror.liara.ir/repository/npm/ -RUN npm install -g corepack@latest -RUN corepack enable && corepack prepare pnpm@9 --activate +RUN npm install -g pnpm@9 + # Install tzdata to support timezone settings RUN apk add --no-cache tzdata