From a9726a7f07744df4947ce431923c7695000d4f4d Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Tue, 9 Aug 2022 16:47:50 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 351b935..bfdd58d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The Docker configuration for Cal.com is an effort powered by people within the c ## Important Notes -This Docker Image is managed by the Cal.com Community. Support for this image can be found via the repository, located at [https://github.com/calcom/docker](https://github.com/calcom/docker) +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.