fix: 修正Dockerfile
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m59s

This commit is contained in:
2025-11-05 14:10:10 +08:00
parent 04be130b6d
commit 0950e32fe4

View File

@ -1,4 +1,4 @@
-------- Base image -------- # -------- Base image --------
FROM node:22-alpine AS base FROM node:22-alpine AS base
ENV NODE_ENV=production ENV NODE_ENV=production
WORKDIR /app WORKDIR /app