We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa30220 commit 4d0d0baCopy full SHA for 4d0d0ba
Dockerfile
@@ -26,6 +26,8 @@ LABEL io.modelcontextprotocol.server.name="io.github.github/github-mcp-server"
26
WORKDIR /server
27
# Copy the binary from the build stage
28
COPY --from=build /bin/github-mcp-server .
29
+# Expose the default port
30
+EXPOSE 8082
31
# Set the entrypoint to the server binary
32
ENTRYPOINT ["/server/github-mcp-server"]
33
# Default arguments for ENTRYPOINT
0 commit comments