This commit is contained in:
@@ -19,7 +19,7 @@ RUN yarn build
|
||||
ENV NEXT_TELEMETRY_DISABLED=1
|
||||
|
||||
# 2. Production stage: use a minimal base image
|
||||
FROM node:20-alpine AS runner
|
||||
FROM alpine:latest AS runner
|
||||
WORKDIR /app
|
||||
|
||||
# Set the environment variable for standalone output directory
|
||||
|
||||
Reference in New Issue
Block a user