Compare commits

..

18 Commits

Author SHA1 Message Date
Keith Williams
ab5921510c fix: Test runtime issue with Docker container 2024-12-04 17:24:58 +01:00
actions-user
614d4c42af Auto updated submodule references 2024-12-04 04:06:00 +00:00
actions-user
bb85805103 Auto updated submodule references 2024-12-03 04:05:48 +00:00
actions-user
44cde6509e Auto updated submodule references 2024-12-01 04:08:21 +00:00
Peer Richelsen
1c059447c6 Merge pull request #395 from calcom/fix/i18n-build-issue 2024-11-30 14:16:07 +00:00
Keith Williams
817138162f fix: i18n.json file missing 2024-11-30 10:47:39 -03:00
actions-user
b832e198dd Auto updated submodule references 2024-11-30 04:05:52 +00:00
actions-user
ae6080d0d9 Auto updated submodule references 2024-11-29 04:05:51 +00:00
actions-user
3e3e05ca8c Auto updated submodule references 2024-11-28 04:05:47 +00:00
actions-user
bcdada5a84 Auto updated submodule references 2024-11-27 04:05:47 +00:00
actions-user
83bfa2bb05 Auto updated submodule references 2024-11-26 04:05:53 +00:00
actions-user
158a79e007 Auto updated submodule references 2024-11-25 04:06:07 +00:00
actions-user
98e0b11663 Auto updated submodule references 2024-11-24 04:05:33 +00:00
actions-user
2015012a95 Auto updated submodule references 2024-11-23 04:06:26 +00:00
actions-user
3b86e41c24 Auto updated submodule references 2024-11-22 04:05:48 +00:00
actions-user
7259d54016 Auto updated submodule references 2024-11-21 04:05:48 +00:00
actions-user
e3d7f5f52e Auto updated submodule references 2024-11-20 04:05:49 +00:00
actions-user
4f99cb80fb Auto updated submodule references 2024-11-19 04:05:55 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ ENV NEXT_PUBLIC_WEBAPP_URL=http://NEXT_PUBLIC_WEBAPP_URL_PLACEHOLDER \
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 calcom/i18n.json ./
COPY calcom/.yarn ./.yarn
COPY calcom/apps/web ./apps/web
COPY calcom/apps/api/v2 ./apps/api/v2
@@ -48,7 +48,7 @@ ARG NEXT_PUBLIC_WEBAPP_URL=http://localhost:3000
ENV NODE_ENV production
COPY calcom/package.json calcom/.yarnrc.yml calcom/turbo.json ./
COPY calcom/package.json calcom/.yarnrc.yml calcom/turbo.json calcom/i18n.json ./
COPY calcom/.yarn ./.yarn
COPY --from=builder /calcom/yarn.lock ./yarn.lock
COPY --from=builder /calcom/node_modules ./node_modules

2
calcom

Submodule calcom updated: 32aaa26bf1...6eadadec73