Skip to content

Commit

Permalink
Fix missing embed folder in public (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
hariombalhara authored Jul 11, 2024
1 parent 491a6af commit 7218b23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 7218b23

Please sign in to comment.