Skip to content

Commit

Permalink
docs: expose port
Browse files Browse the repository at this point in the history
  • Loading branch information
g-otn committed Mar 28, 2024
1 parent cc81c0a commit b5ffcf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ COPY $JAR_FILE app.jar
# Execute application
ENTRYPOINT ["java", "-jar", "app.jar"]

EXPOSE 8001
EXPOSE 8080

0 comments on commit b5ffcf0

Please sign in to comment.