Add setup for dokku deployment

This commit is contained in:
Peter Stockings
2026-01-15 18:28:20 +11:00
parent 1c0e4c3af6
commit 340107bf90
2 changed files with 12 additions and 0 deletions

2
.buildpacks Normal file
View File

@@ -0,0 +1,2 @@
heroku/nodejs
https://github.com/heroku/heroku-buildpack-static.git

10
static.json Normal file
View File

@@ -0,0 +1,10 @@
{
"root": "dist/",
"clean_urls": true,
"https_only": true,
"headers": {
"/**": {
"Cache-Control": "public, max-age=31536000"
}
}
}