From 2477fbaa8cffc6763aa9716e99cfcd2526148e14 Mon Sep 17 00:00:00 2001 From: kyr4601 Date: Mon, 19 May 2025 20:45:35 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=84=9C=EB=B2=84=20dockerfile=20json?= =?UTF-8?q?=20=ED=8C=8C=EC=9D=BC=20=EB=B3=B5=EC=82=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/server/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/server/Dockerfile b/apps/server/Dockerfile index 5c0e20d..534e5ba 100644 --- a/apps/server/Dockerfile +++ b/apps/server/Dockerfile @@ -25,6 +25,8 @@ RUN pnpm install COPY --from=builder /app/out/full/ . COPY turbo.json turbo.json +COPY apps/server/service-account.json apps/server/service-account.json + RUN pnpm turbo run build --filter=server...