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 85f7dd9 commit 068f17bCopy full SHA for 068f17b
Dockerfile
@@ -12,4 +12,5 @@ FROM openjdk:21-slim
12
COPY --from=builder /app/build/libs/core-gateway.jar .
13
14
ENTRYPOINT ["java", "-jar", "core-gateway.jar"]
15
-EXPOSE 8080
+EXPOSE 8080
16
+EXPOSE 80
0 commit comments