update dockerfile

This commit is contained in:
2026-05-19 17:19:49 +08:00
parent cf2d4f914a
commit c830d9f2cc

View File

@@ -1,5 +1,5 @@
# Stage 1: 依赖安装 + 构建 # Stage 1: 依赖安装 + 构建
FROM node:22-alpine AS builder FROM node:24-alpine
WORKDIR /app WORKDIR /app