Skip to content

Commit

Permalink
fix(prism-agent): adding port 8090 to prism-agent build.sbt exposed p…
Browse files Browse the repository at this point in the history
…orts
  • Loading branch information
davepoltorak committed Dec 12, 2022
1 parent 8d3af37 commit a84d442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prism-agent/service/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ lazy val server = project
Docker / dockerUsername := Some("input-output-hk"),
Docker / githubOwner := "atala-prism-building-blocks",
Docker / dockerRepository := Some("ghcr.io"),
dockerExposedPorts := Seq(8080, 8085),
dockerExposedPorts := Seq(8080, 8085, 8090),
dockerBaseImage := "openjdk:11"
)
.enablePlugins(OpenApiGeneratorPlugin, JavaAppPackaging, DockerPlugin)
Expand Down

0 comments on commit a84d442

Please sign in to comment.