Compare commits

..

30 Commits

Author SHA1 Message Date
actions-user
32099d29f5 tag version Cal.com version v4.4.2 2024-08-20 13:55:12 +00:00
actions-user
56f0713de5 Auto updated submodule references 2024-08-20 04:21:51 +00:00
actions-user
ac34dc3640 Auto updated submodule references 2024-08-19 04:19:29 +00:00
actions-user
36c6771396 Auto updated submodule references 2024-08-17 04:20:42 +00:00
actions-user
8922bf00d7 Auto updated submodule references 2024-08-16 04:19:08 +00:00
actions-user
8373b9ae91 Auto updated submodule references 2024-08-15 04:18:19 +00:00
actions-user
0871d0ee0a Auto updated submodule references 2024-08-14 04:18:41 +00:00
actions-user
5f99883b5c Auto updated submodule references 2024-08-13 04:18:25 +00:00
actions-user
ff467bee61 Auto updated submodule references 2024-08-10 04:19:50 +00:00
actions-user
cf53a4b6d9 Auto updated submodule references 2024-08-09 04:18:45 +00:00
actions-user
493990078f Auto updated submodule references 2024-08-08 04:20:30 +00:00
actions-user
2e50ade5aa Auto updated submodule references 2024-08-07 04:19:29 +00:00
Alex van Andel
64a378b828 Merge pull request #374 from calcom/add-BUILD_STANDALONE-env-var
Update Dockerfile
2024-08-06 12:37:17 +02:00
Alex van Andel
dc129e1e13 Update Dockerfile 2024-08-06 11:32:57 +01:00
actions-user
fdf7333e07 Auto updated submodule references 2024-08-06 04:19:01 +00:00
actions-user
401a1ab394 Auto updated submodule references 2024-08-03 04:17:55 +00:00
actions-user
291c45e9a1 Auto updated submodule references 2024-08-02 04:19:36 +00:00
actions-user
4a61ff3192 Auto updated submodule references 2024-08-01 04:18:31 +00:00
actions-user
c3bf683b73 Auto updated submodule references 2024-07-31 04:04:20 +00:00
actions-user
f708e35105 Auto updated submodule references 2024-07-30 04:05:05 +00:00
actions-user
ebb19089cf Auto updated submodule references 2024-07-29 04:05:11 +00:00
actions-user
6855f71257 Auto updated submodule references 2024-07-27 04:04:40 +00:00
actions-user
e7e86db9a8 Auto updated submodule references 2024-07-26 04:04:50 +00:00
actions-user
c6d49491ad Auto updated submodule references 2024-07-25 04:04:51 +00:00
actions-user
851679e338 Auto updated submodule references 2024-07-24 04:04:49 +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 5 additions and 3 deletions

View File

@@ -18,7 +18,8 @@ ENV NEXT_PUBLIC_WEBAPP_URL=http://NEXT_PUBLIC_WEBAPP_URL_PLACEHOLDER \
DATABASE_DIRECT_URL=$DATABASE_URL \ DATABASE_DIRECT_URL=$DATABASE_URL \
NEXTAUTH_SECRET=${NEXTAUTH_SECRET} \ NEXTAUTH_SECRET=${NEXTAUTH_SECRET} \
CALENDSO_ENCRYPTION_KEY=${CALENDSO_ENCRYPTION_KEY} \ CALENDSO_ENCRYPTION_KEY=${CALENDSO_ENCRYPTION_KEY} \
NODE_OPTIONS=--max-old-space-size=${MAX_OLD_SPACE_SIZE} NODE_OPTIONS=--max-old-space-size=${MAX_OLD_SPACE_SIZE} \
BUILD_STANDALONE=true
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 ./ 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 ./
COPY calcom/.yarn ./.yarn COPY calcom/.yarn ./.yarn
@@ -47,8 +48,9 @@ ARG NEXT_PUBLIC_WEBAPP_URL=http://localhost:3000
ENV NODE_ENV production 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 calcom/.yarn ./.yarn
COPY --from=builder /calcom/yarn.lock ./yarn.lock
COPY --from=builder /calcom/node_modules ./node_modules COPY --from=builder /calcom/node_modules ./node_modules
COPY --from=builder /calcom/packages ./packages COPY --from=builder /calcom/packages ./packages
COPY --from=builder /calcom/apps/web ./apps/web COPY --from=builder /calcom/apps/web ./apps/web

2
calcom

Submodule calcom updated: 2af27170cd...0b719ac070