Dockerfile target update
This commit is contained in:
parent
271dee3e5e
commit
3eb38a6d84
@ -22,7 +22,7 @@ RUN npm run build
|
|||||||
|
|
||||||
|
|
||||||
# Stage 2: Runner Stage – Create the final production image
|
# 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.
|
# Set production environment and default configuration variables.
|
||||||
# These environment variables can be overridden via Coolify.
|
# These environment variables can be overridden via Coolify.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user