Skip to content

Commit

Permalink
Port 80
Browse files Browse the repository at this point in the history
  • Loading branch information
PromanSEW committed Mar 13, 2022
1 parent 1f521db commit 0bdb82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Docker / version := sys.env.getOrElse("BUILD_NUMBER", "0")
Docker / daemonUserUid := None
Docker / daemonUser := "daemon"

dockerExposedPorts := Seq(9000)
dockerExposedPorts := Seq(80, 9000)
dockerBaseImage := "openjdk:11.0.14.1-jre-slim"
dockerRepository := sys.env.get("promansew")
dockerUpdateLatest := true
Expand Down

0 comments on commit 0bdb82a

Please sign in to comment.