This repository was archived by the owner on Oct 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ENV NEXT_PUBLIC_WEBAPP_URL=http://NEXT_PUBLIC_WEBAPP_URL_PLACEHOLDER \
2525 NODE_OPTIONS=--max-old-space-size=${MAX_OLD_SPACE_SIZE} \
2626 BUILD_STANDALONE=true
2727
28- COPY calcom/package.json calcom/yarn.lock calcom/.yarnrc.yml calcom/playwright.config.ts calcom/turbo.json calcom/git-init.sh calcom/git-setup.sh calcom/ i18n.json ./
28+ COPY calcom/package.json calcom/yarn.lock calcom/.yarnrc.yml calcom/playwright.config.ts calcom/turbo.json calcom/i18n.json ./
2929COPY calcom/.yarn ./.yarn
3030COPY calcom/apps/web ./apps/web
3131COPY calcom/apps/api/v2 ./apps/api/v2
@@ -35,8 +35,6 @@ COPY calcom/tests ./tests
3535RUN yarn config set httpTimeout 1200000
3636RUN npx turbo prune --scope=@calcom/web --scope=@calcom/trpc --docker
3737RUN yarn install
38- RUN yarn db-deploy
39- RUN yarn --cwd packages/prisma seed-app-store
4038# Build and make embed servable from web/public/embed folder
4139RUN yarn workspace @calcom/trpc run build
4240RUN yarn --cwd packages/embeds/embed-core workspace @calcom/embed-core run build
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ services:
3535 CALENDSO_ENCRYPTION_KEY : ${CALENDSO_ENCRYPTION_KEY}
3636 DATABASE_URL : ${DATABASE_URL}
3737 DATABASE_DIRECT_URL : ${DATABASE_URL}
38- network : stack
3938 restart : always
4039 networks :
4140 - stack
You can’t perform that action at this time.
0 commit comments