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

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

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -