Skip to content

Commit 4d0d0ba

Browse files
authored
Expose HTTP port (#1967)
1 parent aa30220 commit 4d0d0ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ LABEL io.modelcontextprotocol.server.name="io.github.github/github-mcp-server"
2626
WORKDIR /server
2727
# Copy the binary from the build stage
2828
COPY --from=build /bin/github-mcp-server .
29+
# Expose the default port
30+
EXPOSE 8082
2931
# Set the entrypoint to the server binary
3032
ENTRYPOINT ["/server/github-mcp-server"]
3133
# Default arguments for ENTRYPOINT

0 commit comments

Comments
 (0)