docker icon indicating copy to clipboard operation
docker copied to clipboard

CALCOM_LICENSE_KEY is missing from build

Open krumware opened this issue 3 years ago • 2 comments

CALCOM_LICENSE_KEY is missing from the env example and from the build, causing enterprise feature flags to not be detected

krumware avatar Aug 02 '22 13:08 krumware

why is .env such a pain with docker? there gotta be a better way, no?

PeerRich avatar Aug 02 '22 13:08 PeerRich

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.

krumware avatar Aug 02 '22 15:08 krumware