dokku support

This commit is contained in:
Dovi Cowan 2023-02-20 01:00:37 +00:00
parent d059330584
commit 9eb03eecfd
Signed by: dcowan
GPG key ID: C110D77558FBC227
2 changed files with 9 additions and 0 deletions

2
.buildpacks Normal file
View file

@ -0,0 +1,2 @@
https://github.com/heroku/heroku-buildpack-nodejs
https://github.com/dokku/buildpack-nginx.git#v10

7
app.json Normal file
View file

@ -0,0 +1,7 @@
{
"scripts": {
"dokku": {
"predeploy": "npm build"
}
}
}