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 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