chore: fix

This commit is contained in:
mahyargdz
2025-06-11 21:58:47 +03:30
parent 8a5cc328eb
commit 71fd53c810
2 changed files with 133 additions and 83 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ RUN corepack enable && corepack prepare pnpm@10 --activate
RUN cp /usr/share/zoneinfo/Asia/Tehran /etc/localtime && echo "Asia/Tehran" > /etc/timezone
WORKDIR /build
COPY package*.json ./
COPY package*.json pnpm-lock.yaml ./
RUN pnpm install --frozen-lockfile --loglevel info
COPY . ./
RUN pnpm run build