This commit is contained in:
+1
-5
@@ -1,11 +1,7 @@
|
|||||||
# Stage 1: Base — shared tooling and system config
|
# Stage 1: Base — shared tooling and system config
|
||||||
FROM node:22-alpine AS base
|
FROM node:22-alpine AS base
|
||||||
|
|
||||||
# Use Liara Alpine mirror
|
ENV TZ=Asia/Tehran
|
||||||
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
|
|
||||||
|
|
||||||
# Install and activate pnpm via corepack
|
# Install and activate pnpm via corepack
|
||||||
RUN npm install -g corepack@latest --registry=https://package-mirror.liara.ir \
|
RUN npm install -g corepack@latest --registry=https://package-mirror.liara.ir \
|
||||||
|
|||||||
Reference in New Issue
Block a user