From 1485c27fe5bae35bb851350c9497c345f9506655 Mon Sep 17 00:00:00 2001 From: Lucid Date: Sat, 6 Dec 2025 15:39:09 -0500 Subject: [PATCH] fix copy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3dddd7d..3aaf187 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ ENV DATABASE_URL=${DATABASE_URL} RUN corepack enable RUN corepack prepare yarn@stable --activate WORKDIR /app -COPY --from=builder /app/build /app/build +COPY --from=builder /app/build ./build COPY --from=builder /app/.yarn ./.yarn EXPOSE 3000