docker
docker copied to clipboard
CALCOM_LICENSE_KEY is missing from build
CALCOM_LICENSE_KEY is missing from the env example and from the build, causing enterprise feature flags to not be detected
why is .env such a pain with docker? there gotta be a better way, no?
The challenges are primarily around the current requirements for the build-time configurability. This type of thing is a non-issue in many projects with mature runtime configurability.
In this case, the flag is just missing from the .env.example file and the documentation. A docker/kubernetes user can add this themselves as an environmental variable in the container configuration, and it should work fine.