Skip to content

Commit

Permalink
Adds exposed port
Browse files Browse the repository at this point in the history
  • Loading branch information
appiepollo14 committed Nov 5, 2023
1 parent 6695736 commit 999d7ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public class JaxrsJsonIT {

@Container
public static ApplicationContainer app = new ApplicationContainer()
.withExposedPorts(9080)
.withAppContextRoot("/myservice")
.withReadinessPath("/myservice/app/people");

Expand Down

0 comments on commit 999d7ab

Please sign in to comment.