Last active
August 15, 2016 11:34
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
maintainer in Docker := "Aleksandar Stojadinovic ([email protected])" | |
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