改为 node:20-slim

This commit is contained in:
2025-07-30 22:32:23 +08:00
parent fa26862418
commit 36d9ee20a2

View File

@@ -1,5 +1,5 @@
FROM node:22-alpine AS build
FROM node:20-slim AS build
WORKDIR /app
# Copy the entire project