Skip to content

Commit

Permalink
fix: add missing tests folder required for build
Browse files Browse the repository at this point in the history
cal.com v3.2.9 has a new tests folder. The Docker image build fails without it.
  • Loading branch information
marcmontu committed Sep 11, 2023
1 parent dffaae7 commit 769c1d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ COPY calcom/package.json calcom/yarn.lock calcom/.yarnrc.yml calcom/playwright.c
COPY calcom/.yarn ./.yarn
COPY calcom/apps/web ./apps/web
COPY calcom/packages ./packages
COPY calcom/tests ./tests

RUN yarn config set httpTimeout 1200000 && \
npx turbo prune --scope=@calcom/web --docker && \
Expand Down

0 comments on commit 769c1d9

Please sign in to comment.