Question
Building an app with 2 buildpacks in a Dockerfille
Hello, I have an app with 2 buildpacks, one is the nodejs buildpack that compiles the frontend and the other is the ruby buildpack that builds the rails api.
Using a droplet with dokku is easy to manage multiple builpdpacks and everything works, but here in the app platform I needed to create a custom Dockerfile do everything manually and I still cannot receive a live App URL and the build executor(kaniko) is very slow even increasing the machine size.
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.
×