Skip to content

Commit 20253ed

Browse files
committed
Expose Docker port
1 parent 29eaf77 commit 20253ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:23-jre-alpine
33
WORKDIR /usr/app
44
COPY build/install/server .
55

6+
EXPOSE 8080
7+
68
ENTRYPOINT ["/usr/app/bin/server"]

0 commit comments

Comments
 (0)