From a97eb43757b6dab2f4cec0d1cb972fbef6c6f6d0 Mon Sep 17 00:00:00 2001 From: Lucid Date: Fri, 5 Dec 2025 22:31:46 -0500 Subject: [PATCH] yarn install --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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