This commit is contained in:
hailin 2025-04-07 13:00:08 +08:00
parent 1f4f8c84a7
commit e0efb67bbe
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@
# 设置工作目录 # 设置工作目录
WORKDIR /app WORKDIR /app
# 安装根目录依赖
RUN apt update && apt install -y vim
# 安装 pnpm # 安装 pnpm
RUN npm install -g pnpm RUN npm install -g pnpm