Commit Graph

7 Commits

Author SHA1 Message Date
810b2871d2 Set HCAPTCHA key in .env file during Docker build
This change adds a step to create a `.env` file with the HCAPTCHA site key during the Docker build process. It ensures the environment variable is available for use within the container.
2025-06-01 20:36:46 +02:00
21d53bc089 Set HCAPTCHA key in .env file during Docker build
This change adds a step to create a `.env` file with the HCAPTCHA site key during the Docker build process. It ensures the environment variable is available for use within the container.
2025-06-01 20:30:54 +02:00
eebabb5e53 Add support for HCaptcha site key during frontend build 2025-06-01 20:22:26 +02:00
2a19e583c9 Set HCAPTCHA_SITE_KEY as a build environment variable
Added NEXT_PUBLIC_HCAPTCHA_SITE_KEY to the Dockerfile to pass the hCaptcha site key as an environment variable during the build process. This ensures the key is appropriately injected into the Next.js build.
2025-06-01 20:15:53 +02:00
3482c1c3f2 Refactor environment variable handling in frontend setup 2025-06-01 12:48:07 +02:00
4ce1213cfd Add .env file creation in frontend Dockerfile 2025-06-01 12:21:29 +02:00
a4f1a58f15 Initial Commit 2025-05-04 12:18:13 +02:00