Fix reproducible frontend Docker deployment

This commit is contained in:
faligam
2026-09-06 16:47:39 +02:00
parent c7b091d1e3
commit 37636e144b
21 changed files with 2799 additions and 85 deletions

13
Caddyfile.web Normal file
View File

@@ -0,0 +1,13 @@
:3000 {
route {
handle /health {
respond "OK" 200
}
handle {
root * /usr/share/caddy
try_files {path} /index.html
file_server
}
}
}