修改Dockerfile

This commit is contained in:
Hsy 2025-02-15 15:20:57 +08:00
parent d5f8e5affd
commit 35b2447a19

View File

@ -1,5 +1,5 @@
# 使用官方 Node.js 运行时作为父镜像
FROM node:18-alpine AS build-stage
FROM node:22-alpine AS build-stage
# 设置工作目录
WORKDIR /app