WorkClub Automation 9304db2391
CI Pipeline / Backend Build & Test (push) Successful in 59s
CI Pipeline / Frontend Lint, Test & Build (push) Successful in 30s
CI Pipeline / Infrastructure Validation (push) Successful in 3s
Fix: Add API_INTERNAL_URL to Dockerfile build stage
Next.js rewrites are evaluated at build time, not runtime.
The API_INTERNAL_URL was set in K8s deployment but not during
the Docker build, causing fallback to localhost:5001.

- Added ENV API_INTERNAL_URL=http://workclub-api:8080
- This ensures Next.js rewrites point to internal K8s service
2026-03-21 14:13:37 +01:00
2026-03-18 12:07:34 +01:00
S
Description
No description provided
3 MiB
Test Latest
2026-03-08 14:27:26 +01:00
Languages
HTML 54.2%
C# 27%
TypeScript 15.6%
Shell 1.7%
Python 0.7%
Other 0.7%