diff --git a/Dockerfile b/Dockerfile index 40c9a4a..a403b81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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