1
Fork 0
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-09-28 23:21:34 +01:00

Add dokku config

This commit is contained in:
Jake Howard 2021-06-26 20:39:47 +01:00
parent 1a4196c0ca
commit e96c66f46b
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 6 additions and 0 deletions

2
.buildpacks Normal file
View file

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

4
static.json Normal file
View file

@ -0,0 +1,4 @@
{
"root": "public/",
"clean_urls": true
}