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 7b15036 commit 84cdca5Copy full SHA for 84cdca5
Dockerfile
@@ -16,4 +16,5 @@ COPY $JAR_FILE app.jar
16
# Execute application
17
ENTRYPOINT ["java", "-jar", "app.jar"]
18
19
+EXPOSE 8003
20
EXPOSE 8080
0 commit comments