diff --git a/Dockerfile b/Dockerfile index d9d900f..ea3818f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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