diff --git a/.buildpacks b/.buildpacks new file mode 100644 index 0000000..31191cc --- /dev/null +++ b/.buildpacks @@ -0,0 +1,2 @@ +https://github.com/heroku/heroku-buildpack-nodejs +https://github.com/dokku/buildpack-nginx.git#v10 \ No newline at end of file diff --git a/app.json b/app.json new file mode 100644 index 0000000..585f55d --- /dev/null +++ b/app.json @@ -0,0 +1,7 @@ +{ + "scripts": { + "dokku": { + "predeploy": "npm build" + } + } +} \ No newline at end of file