修改dockerfile
This commit is contained in:
parent
de813ee1d2
commit
bf33bc9f43
@ -1,6 +1,8 @@
|
||||
# 使用指定的 Node.js 版本作为基础镜像
|
||||
FROM node:20.15.1
|
||||
|
||||
RUN npm config set registry https://registry.npm.taobao.org/
|
||||
|
||||
# 全局安装 pm2 进程管理器
|
||||
RUN npm install -g pm2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user