fix: dockerfile build and use compose

This commit is contained in:
Balint Ujvari
2026-03-11 18:44:11 +01:00
committed by Bálint Ujvári
parent 220618f19b
commit 76bf2211ca
5 changed files with 76 additions and 13 deletions
+11 -8
View File
@@ -1,12 +1,15 @@
{
"trailingSlash": false,
"headers": [
"rewrites": [{ "source": "**", "destination": "/index.html" }],
"trailingSlash": false,
"headers": [
{
"source": "*",
"headers": [
{
"source" : "*",
"headers" : [{
"key" : "Cache-Control",
"value" : "max-age=3600"
}]
"key": "Cache-Control",
"value": "max-age=3600"
}
]
]
}
]
}