add build filter

This commit is contained in:
Colin Griffin
2022-11-11 17:58:54 -05:00
committed by GitHub
parent 97c6997c94
commit bbd5c3018e

View File

@@ -25,7 +25,7 @@ RUN yarn global add turbo && \
turbo prune --scope=@calcom/web --docker && \
yarn install
RUN yarn build
RUN yarn turbo run build --filter=@calcom/web
FROM node:16 as runner