fix: dockerfile build and use compose
This commit is contained in:
committed by
Bálint Ujvári
parent
220618f19b
commit
76bf2211ca
+11
-8
@@ -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"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user