We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e0064 commit 67d452dCopy full SHA for 67d452d
Dockerfile
@@ -16,4 +16,5 @@ COPY $JAR_FILE app.jar
16
# Execute application
17
ENTRYPOINT ["java", "-jar", "app.jar"]
18
19
+EXPOSE 8002
20
EXPOSE 8080
0 commit comments