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