mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-16 17:19:03 +00:00
Add dokku config
This commit is contained in:
parent
1a4196c0ca
commit
e96c66f46b
2 changed files with 6 additions and 0 deletions
2
.buildpacks
Normal file
2
.buildpacks
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
https://github.com/heroku/heroku-buildpack-nodejs
|
||||||
|
https://github.com/heroku/heroku-buildpack-static
|
4
static.json
Normal file
4
static.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"root": "public/",
|
||||||
|
"clean_urls": true
|
||||||
|
}
|
Loading…
Reference in a new issue