Skip to content

Commit 58e4b5e

Browse files
committed
Update Dockerfile for http server
1 parent 2eda841 commit 58e4b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ COPY --from=build /bin/github-mcp-server .
2525
# Set the entrypoint to the server binary
2626
ENTRYPOINT ["/server/github-mcp-server"]
2727
# Default arguments for ENTRYPOINT
28-
CMD ["stdio"]
28+
CMD ["http", "--http-enable-cors", "--enable-github-app-auth"]

0 commit comments

Comments
 (0)