From b78ca7be2a995703278a7728116dd8c66fdfa552 Mon Sep 17 00:00:00 2001 From: Benny Joo Date: Fri, 9 Jan 2026 18:15:22 +0900 Subject: [PATCH] fix: Update Dockerfile since /tests directory no longer exists (#26601) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c223bc23e6..ed7408739f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,6 @@ COPY .yarn ./.yarn COPY apps/web ./apps/web COPY apps/api/v2 ./apps/api/v2 COPY packages ./packages -COPY tests ./tests RUN yarn config set httpTimeout 1200000 RUN npx turbo prune --scope=@calcom/web --scope=@calcom/trpc --docker