This commit is contained in:
2026-04-23 01:22:44 +03:30
parent e027b89173
commit 57f333f5b8
43 changed files with 16222 additions and 2847 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM node:20 AS builder
WORKDIR /app
RUN npm config set registry "https://hub.megan.ir/npm/"
# RUN npm config set registry "https://hub.megan.ir/npm/"
RUN npm install -g pnpm
COPY package.json pnpm-lock.yaml ./