Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 265 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 265 Bytes

It's a demo configuration for building scala apps for docker, in docker with sbt native packager.

Run the build in docker-compose (takes a while):

$ docker-compose up

Run the container:

$ docker run --rm htch/scala-docker-build-example
Hello world