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

Commit 33bc689

Browse files
authored
add CSP_POLICY parameter to docker file
1 parent 3e76750 commit 33bc689

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ ENV NEXT_PUBLIC_WEBAPP_URL=http://NEXT_PUBLIC_WEBAPP_URL_PLACEHOLDER \
3030
NEXT_PUBLIC_SINGLE_ORG_SLUG=$NEXT_PUBLIC_SINGLE_ORG_SLUG \
3131
ORGANIZATIONS_ENABLED=$ORGANIZATIONS_ENABLED \
3232
NODE_OPTIONS=--max-old-space-size=${MAX_OLD_SPACE_SIZE} \
33-
BUILD_STANDALONE=true
33+
BUILD_STANDALONE=true \
34+
CSP_POLICY=$CSP_POLICY
3435

3536
COPY calcom/package.json calcom/yarn.lock calcom/.yarnrc.yml calcom/playwright.config.ts calcom/turbo.json calcom/i18n.json ./
3637
COPY calcom/.yarn ./.yarn
@@ -90,3 +91,4 @@ HEALTHCHECK --interval=30s --timeout=30s --retries=5 \
9091
CMD wget --spider http://localhost:3000 || exit 1
9192

9293
CMD ["/calcom/scripts/start.sh"]
94+

0 commit comments

Comments
 (0)