From f89d860ef2901c69024d7c583857bb9046b2e8fe Mon Sep 17 00:00:00 2001 From: HugoPoi Date: Sat, 27 Feb 2021 18:20:08 +0100 Subject: [PATCH 1/2] use env in Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 9cbc91a2..a315433d 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: NODE_ENV=production node src/index.js \ No newline at end of file +web: env NODE_ENV=production node src/index.js From 49d006ededa44f51b983c56e5b3ded86889aca17 Mon Sep 17 00:00:00 2001 From: HugoPoi Date: Sat, 27 Feb 2021 19:18:02 +0100 Subject: [PATCH 2/2] Add a .buildpacks for dokku --- .buildpacks | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .buildpacks diff --git a/.buildpacks b/.buildpacks new file mode 100644 index 00000000..d00130b2 --- /dev/null +++ b/.buildpacks @@ -0,0 +1,3 @@ +https://github.com/jontewks/puppeteer-heroku-buildpack.git +https://github.com/heroku/heroku-buildpack-nodejs.git +https://github.com/debitoor/heroku-buildpack-converter-fonts.git