diff --git a/Dockerfile b/Dockerfile index e8a0dad..40828c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,8 @@ RUN npx turbo prune --scope=@calcom/web --docker RUN yarn install RUN yarn db-deploy RUN yarn --cwd packages/prisma seed-app-store +# Build and make embed servable from web/public/embed folder +RUN yarn --cwd packages/embeds/embed-core workspace @calcom/embed-core run build RUN yarn --cwd apps/web workspace @calcom/web run build # RUN yarn plugin import workspace-tools && \