Question
how to deploy a rails project with require some extra lib on dokku server?
I wanna deploy my app to dokku one click server. There is a gem named ‘charlock_holmes’ which require me to install icu4c through brew or apt. How can I do this?
After some research, the solution is to use custom buildpack with apt. But all the answer is for heroku. No idea how to use it on dokku
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×