Compare commits

..

16 Commits

Author SHA1 Message Date
actions-user
51ebb75296 tag version Cal.com version v4.3.6 2024-08-08 15:23:06 +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
2 changed files with 3 additions and 2 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

2
calcom

Submodule calcom updated: 84be4dba8d...90ce124bbb