documentation on .buildpacks file #7307
-
|
Hi, Just started playing around with dokku. I am using buildpacks and the repo I am testing with has a Dockerfiles at the root directory. To avoid automatic Dockerfile deployment detection, I created an empty But I couldn't deploy with I found the following old documentation on You can only set a single buildpack using the BUILDPACK_URL, though there may be times when you wish to use multiple buildpacks. To do so, simply create a .buildpacks file in the base of your repository. This file should list all the buildpacks, one-per-line. For instance, if you wish to use both the nodejs and ruby buildpacks, your .buildpacks file should contain the following: After adding I could set the python buildpack via ENV but I wish there were more documentation about the Am I doing it correctly and how do I get rid of the warning? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You can force-set a builder by doing: dokku builder:set node-js-app selected herokuishThere is definitely a use case for an appendix that documents all the file formats we have. Mind filing a ticket for that? |
Beta Was this translation helpful? Give feedback.
You can force-set a builder by doing:
There is definitely a use case for an appendix that documents all the file formats we have. Mind filing a ticket for that?