Enable source maps in node & update name in Dockerfile.

This commit is contained in:
Nix Krystik
2026-05-20 02:55:21 +08:00
parent 4f365db12e
commit bf3ade207b
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ RUN npm run build
# ----------
FROM node:22-alpine
FROM node:22-alpine AS runtime
WORKDIR /app
ENV NODE_ENV=production