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