diff --git a/Dockerfile b/Dockerfile index 5b95dd7..4ec4681 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.