dockerfile for web

This commit is contained in:
2026-01-24 15:28:11 +02:00
parent cb23f37342
commit cbb3fb3421
5 changed files with 82 additions and 1 deletions

5
web/frontend/Caddyfile Normal file
View File

@@ -0,0 +1,5 @@
:8667 {
root * /usr/share/caddy/dist
file_server
try_files {path} /index.html
}