Add support for deploying using Dokku

This commit is contained in:
Peter Stockings
2026-01-04 09:30:09 +11:00
parent 04277726db
commit 64118090d6
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"
}
}
}