yarn install
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m36s
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m36s
This commit is contained in:
@@ -23,6 +23,8 @@ ENV NEXT_TELEMETRY_DISABLED=1
|
||||
|
||||
# 2. Production stage: use a minimal base image
|
||||
FROM node:20-alpine AS runner
|
||||
RUN corepack enable
|
||||
RUN corepack prepare yarn@stable --activate
|
||||
WORKDIR /app
|
||||
|
||||
# Set the environment variable for standalone output directory
|
||||
|
||||
Reference in New Issue
Block a user