This commit is contained in:
parent
1f4f8c84a7
commit
e0efb67bbe
|
|
@ -11,6 +11,9 @@
|
|||
# 设置工作目录
|
||||
WORKDIR /app
|
||||
|
||||
# 安装根目录依赖
|
||||
RUN apt update && apt install -y vim
|
||||
|
||||
# 安装 pnpm
|
||||
RUN npm install -g pnpm
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue