This repository hosts example applications for different languages and frameworks supported by Deploio. More information can be found in the Deploio User Guides or in the Nine Platform Reference.
Deploio supports two approaches for building applications:
Buildpacks — Deploio automatically detects your language and framework and builds the app without a Dockerfile. Two buildpack stacks are available:
heroku-stack/— the default stack, using Heroku Cloud Native Buildpackspaketo-stack/— uses Paketo buildpacks; select it with--buildpack-stack=paketo
Dockerfile — bring your own Dockerfile for full control over the build.
This approach is stack-independent:
dockerfile/— examples for languages not covered by buildpacks (e.g. Rust, Java)