Dockerfile target update

This commit is contained in:
Ryan 2025-04-08 13:44:03 +10:00
parent 271dee3e5e
commit 3eb38a6d84

View File

@ -22,7 +22,7 @@ RUN npm run build
# Stage 2: Runner Stage Create the final production image
FROM node:20-alpine AS runner
FROM node:20-alpine AS production
# Set production environment and default configuration variables.
# These environment variables can be overridden via Coolify.