修改nodejs 镜像
Dockerfile @@ -1,5 +1,5 @@ # 使用官方的 Node.js 20.10.0 版本作为基础镜像 FROM node:latest FROM node:v20.14.0 # 设置工作目录 WORKDIR /app