From b92fdebef401b6b435fbfeec2f14e7273b66d974 Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Thu, 13 Oct 2022 10:09:15 -0400 Subject: [PATCH] Update README.md emphasize section where an image must be built for custom URLs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfdd58d..b812896 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The Docker configuration for Cal.com is an effort powered by people within the c This Docker Image is managed by the Cal.com Community. Join the team [here](https://github.com/calcom/docker/discussions/32). Support for this image can be found via the repository, located at [https://github.com/calcom/docker](https://github.com/calcom/docker) -Currently, this image is intended for local development/evaluation use only, as there are specific requirements for providing environmental variables at build-time in order to specify a non-localhost BASE_URL. (this is due to the nature of the static site compilation, which embeds the variable values). The ability to update these variables at runtime is in-progress and will be available in the future. +**Currently, this image is intended for local development/evaluation use only, as there are specific requirements for providing environmental variables at build-time in order to specify a non-localhost BASE_URL. (this is due to the nature of the static site compilation, which embeds the variable values). The ability to update these variables at runtime is in-progress and will be available in the future.** For Production, for the time being, please checkout the repository and build/push your own image privately.