Deploying an Uberjar to Dokku

1 · Ariya Hidayat · Feb. 23, 2023, 10:35 p.m.
Dokku is a self-hosted Platform-as-a-Service (PaaS) that offers a compelling alternative to popular PaaS solutions like Heroku. With built-in support for Linux containers, deploying an application on Dokku is straightforward. However, there is a lesser-known deployment method that involves sending a build artifact, such as a JAR package for Java apps, directly to Dokku. This deployment method is useful when there is a need to quickly and frequently deploy the latest version of a custom applicati...