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