Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Commit 1c05944

Browse files
authored
Merge pull request #395 from calcom/fix/i18n-build-issue
2 parents b832e19 + 8171381 commit 1c05944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ENV NEXT_PUBLIC_WEBAPP_URL=http://NEXT_PUBLIC_WEBAPP_URL_PLACEHOLDER \
2121
NODE_OPTIONS=--max-old-space-size=${MAX_OLD_SPACE_SIZE} \
2222
BUILD_STANDALONE=true
2323

24-
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 ./
24+
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 ./
2525
COPY calcom/.yarn ./.yarn
2626
COPY calcom/apps/web ./apps/web
2727
COPY calcom/apps/api/v2 ./apps/api/v2

0 commit comments

Comments
 (0)