Skip to content

Commit

Permalink
prune packages to resolve storybook conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
krumware authored Nov 11, 2022
1 parent 41f3132 commit 8e0f974
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ COPY calcom/package.json calcom/yarn.lock calcom/turbo.json ./
COPY calcom/apps/web ./apps/web
COPY calcom/packages ./packages

RUN yarn config set network-timeout 1000000000 -g && \
yarn install --frozen-lockfile
RUN yarn global add turbo && \
yarn config set network-timeout 1000000000 -g && \
turbo prune --scope=web --docker && \
yarn install

RUN yarn build

Expand Down

0 comments on commit 8e0f974

Please sign in to comment.