correct package scope

This commit is contained in:
Colin Griffin
2022-11-11 17:51:06 -05:00
committed by GitHub
parent 8e0f97489d
commit 97c6997c94

View File

@@ -22,7 +22,7 @@ COPY calcom/packages ./packages
RUN yarn global add turbo && \
yarn config set network-timeout 1000000000 -g && \
turbo prune --scope=web --docker && \
turbo prune --scope=@calcom/web --docker && \
yarn install
RUN yarn build