Motivation: in continues deployment there is some sense indicating build number in the app version. not just GIT hash (nobody knows the meaning of …) In this example: we will use sbt + docker plugin. after understanding the idea you can achieve this in many different methods. Basically we need to pass build# into our app, the […]