Skip to content

Commit

Permalink
add docker repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasios Zouzias committed Sep 11, 2016
1 parent 8daeaab commit 641ea6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ maintainer := "Anastasios Zouzias"
// exposing the play ports
dockerExposedPorts in Docker := Seq(9000, 9443)

// run this with: docker run -p 9000:9000 play-2-3:1.0-SNAPSHOT
// run this with: docker run -p 9000:9000 zouzias/play-2-5:0.1.0-SNAPSHOT
```

# Acknownledgements

This is based on (https://github.com/muuki88/sbt-native-packager-examples/tree/master/play-2.3)[sbt-native-packager-examples]
This is based on (https://github.com/muuki88/sbt-native-packager-examples/tree/master/play-2.3)[sbt-native-packager-examples]
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ libraryDependencies ++= {
// setting a maintainer which is used for all packaging types
maintainer := "Anastasios Zouzias"

dockerRepository := Some("zouzias")
version in Docker := version.value

// exposing the play ports
dockerExposedPorts in Docker := Seq(9000, 9443)

Expand Down

0 comments on commit 641ea6f

Please sign in to comment.