This commit is contained in:
vastxie
2024-04-20 22:15:08 +08:00
parent 133b89076e
commit 1c9e023c08
221 changed files with 6107 additions and 6478 deletions

View File

@@ -4,6 +4,9 @@ FROM node:18-alpine AS build
WORKDIR /app
COPY . .
# 使用腾讯源(国内服务器可取消下方注释以提升安装速度)
# RUN npm config set registry https://mirrors.cloud.tencent.com/npm/
# 使用 pnpm 安装项目依赖
RUN npm install -g pnpm
RUN pnpm install