new base
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 2m56s

This commit is contained in:
2025-12-05 22:10:02 -05:00
parent d56e3ecb20
commit 9180760130

View File

@@ -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