linkedpipes / discovery-legacy

The LinkedPipes Discovery implementation here is deprecated and replaced by a new one.
1 stars 3 forks source link

Pull request with new Dockerfile #23

Closed aorumbayev closed 5 years ago

aorumbayev commented 5 years ago

• Uses builder image to run sbt dist command to package whole application into binary. • Binary files are copied into container that runs java jre8. • Reduced image size + no scala compilations at runtime makes it faster to load.