Add support for deploying using Dokku
This commit is contained in:
2
.buildpacks
Normal file
2
.buildpacks
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
heroku/nodejs
|
||||||
|
https://github.com/heroku/heroku-buildpack-static.git
|
||||||
10
static.json
Normal file
10
static.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"root": "dist/",
|
||||||
|
"clean_urls": true,
|
||||||
|
"https_only": true,
|
||||||
|
"headers": {
|
||||||
|
"/**": {
|
||||||
|
"Cache-Control": "public, max-age=31536000"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user