Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 380 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 380 Bytes

Example with Spray using package task

This example makes use of Spray to run a simple web server.

Build the image by running sbt docker in this directory.

Run the produced image with docker run -p 8080:8080 sbtdocker/example-package-spray. The web server will now be accessible on port 8080.