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 29eaf77 commit 20253edCopy full SHA for 20253ed
server/Dockerfile
@@ -3,4 +3,6 @@ FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:23-jre-alpine
3
WORKDIR /usr/app
4
COPY build/install/server .
5
6
+EXPOSE 8080
7
+
8
ENTRYPOINT ["/usr/app/bin/server"]
0 commit comments