mirror of
https://github.com/dokku/dokku.git
synced 2026-07-13 14:01:49 +02:00
While not in the build path, we should try and avoid unsupported dependencies where possible.
This is a sample application to test heroku buildpack multi for integrating with herokuish
It uses the python, nodejs, and ruby buildpacks to create a simple flask app. The ruby buildpack provides kramdown for Markdown-to-HTML conversion. The node buildpack manages Bootstrap via npm and compiles SCSS with dart-sass. The python buildpack runs the Flask application.