jamesst20
jamesst20
DDokploy
Created by jamesst20 on 10/18/2024 in #help
How to specify heroku buildpacks to use?
I tried adding this to an app.json as described here https://devcenter.heroku.com/articles/app-json-schema#buildpacks
"buildpacks": [
{ "url": "https://github.com/heroku/heroku-buildpack-nodejs.git" },
{ "url": "https://github.com/heroku/buildpacks-ruby.git" }
]
"buildpacks": [
{ "url": "https://github.com/heroku/heroku-buildpack-nodejs.git" },
{ "url": "https://github.com/heroku/buildpacks-ruby.git" }
]
but it had no effect
59 replies