From 0ba2b30ca47ed7672fc0a668d6cc69facaae448b Mon Sep 17 00:00:00 2001 From: Lucid Date: Sat, 6 Dec 2025 16:07:16 -0500 Subject: [PATCH] ANOTHER COPY --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index da3d6c0..8b0acc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,7 @@ ENV DATABASE_URL=${DATABASE_URL} RUN corepack enable RUN corepack prepare yarn@stable --activate WORKDIR /app +COPY --from=dependencies /app/node_modules ./node_modules COPY --from=builder /app/.next ./.next COPY --from=builder /app/.yarn ./.yarn COPY . ./