Compare commits

..

6 Commits

Author SHA1 Message Date
actions-user
7b69dc60a8 tag version Cal.com version v4.3.2 2024-07-23 14:53:01 +00:00
actions-user
95749e3fb3 Auto updated submodule references 2024-07-23 04:04:59 +00:00
Keith Williams
9ef03e7ecd fix: Issue with out-of-sync yarn.lock (#368) 2024-07-22 11:23:22 +02:00
actions-user
0e97ed155c Auto updated submodule references 2024-07-21 04:04:46 +00:00
actions-user
bf01ed29cc Auto updated submodule references 2024-07-20 04:06:02 +00:00
actions-user
c7b142c091 Auto updated submodule references 2024-07-19 04:04:54 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -47,8 +47,9 @@ ARG NEXT_PUBLIC_WEBAPP_URL=http://localhost:3000
ENV NODE_ENV production
COPY calcom/package.json calcom/.yarnrc.yml calcom/yarn.lock calcom/turbo.json ./
COPY calcom/package.json calcom/.yarnrc.yml calcom/turbo.json ./
COPY calcom/.yarn ./.yarn
COPY --from=builder /calcom/yarn.lock ./yarn.lock
COPY --from=builder /calcom/node_modules ./node_modules
COPY --from=builder /calcom/packages ./packages
COPY --from=builder /calcom/apps/web ./apps/web

2
calcom

Submodule calcom updated: 2af27170cd...84be4dba8d