Skip to content

Commit

Permalink
Expose Docker port
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Feb 12, 2025
1 parent 29eaf77 commit 20253ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:23-jre-alpine
WORKDIR /usr/app
COPY build/install/server .

EXPOSE 8080

ENTRYPOINT ["/usr/app/bin/server"]

0 comments on commit 20253ed

Please sign in to comment.