saveourtool / diktat-demo

Demo project to show how diKTat or KTlint rule-sets can fix style issues in your code.
14 stars 2 forks source link

Build diktat-demo as a Docker image #58

Open petertrr opened 2 years ago

petertrr commented 2 years ago

This can be easily done with spring-boot-gradle-plugin, and the image can be pushed to ghcr.io. Now when we deploy to Heroku, we rely on yet another build that is performed there, and we have to use some specific settings (configure Gradle build on Heroku dashboard, use Procfile in our repo), which makes this setup not easily transferable to other deployment setups.