Skip to content

Instantly share code, notes, and snippets.

@salex89
Last active August 15, 2016 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save salex89/da52fb1b7e756516be9fb01f99abe85a to your computer and use it in GitHub Desktop.
Save salex89/da52fb1b7e756516be9fb01f99abe85a to your computer and use it in GitHub Desktop.
Additional Docker configuration for Play (or any similar SBT project in that matter)
maintainer in Docker := "Aleksandar Stojadinovic (salex89@gmail.com)"
dockerBaseImage := "anapsix/alpine-java:8"
packageName in Docker := "data-web-service"
dockerRepository := Some("example.com/foobar")
dockerUpdateLatest := true
dockerExposedPorts := Seq(9000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment