From e96c66f46bfebbe560b99bea82fc8ddf73fae235 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 26 Jun 2021 20:39:47 +0100 Subject: [PATCH] Add dokku config --- .buildpacks | 2 ++ static.json | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 .buildpacks create mode 100644 static.json diff --git a/.buildpacks b/.buildpacks new file mode 100644 index 0000000..1d188d9 --- /dev/null +++ b/.buildpacks @@ -0,0 +1,2 @@ +https://github.com/heroku/heroku-buildpack-nodejs +https://github.com/heroku/heroku-buildpack-static diff --git a/static.json b/static.json new file mode 100644 index 0000000..1ebadb0 --- /dev/null +++ b/static.json @@ -0,0 +1,4 @@ +{ + "root": "public/", + "clean_urls": true +}