Skip to content

Commit dffa3c9

Browse files
authored
Update Dockerfile
1 parent f25d621 commit dffa3c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/server/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ RUN pnpm install
2525

2626
COPY --from=builder /app/out/full/ .
2727
COPY turbo.json turbo.json
28+
RUN echo "=== CHECKING FILE EXISTENCE ===" && ls -al apps/server/
29+
COPY apps/server/service-account.json apps/server/service-account.json
2830

2931
RUN pnpm turbo run build --filter=server...
3032

0 commit comments

Comments
 (0)