Add setup for dokku deployment
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
heroku/nodejs
|
||||
https://github.com/heroku/heroku-buildpack-static.git
|
||||
+10
@@ -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