feat: FRO-28 Integrate Frontend Build as a seperate image (#2)

Reviewed-on: #2
Co-authored-by: Janis <janis.e.20@gmx.de>
Co-committed-by: Janis <janis.e.20@gmx.de>
This commit is contained in:
2025-12-07 21:30:59 +01:00
committed by Janis
parent 7bc6ac89f0
commit aa399bf035
6 changed files with 70 additions and 1 deletions

4
public/env.template.js Normal file
View File

@@ -0,0 +1,4 @@
globalThis.__RUNTIME_CONFIG__ = {
API_URL: "${API_URL}"
};