scala - Multiple docker images from SBT -


i'm using sbt native packager generate docker image spray api application. code simplest version tutorial. i'd reuse case classes , create job process loading data in backend.

parent project
* common protocol
* api
* job

how generate 2 docker images 1 project?

minimal example can found in repo.

the answer enable dockerplugin in each project module want generate docker image for.


Comments

Popular posts from this blog

Unlimited choices in BASH case statement -

Redirect to a HTTPS version using .htaccess -

javascript - jQuery: Add class depending on URL in the best way -