We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e9aa2 commit 8cc482cCopy full SHA for 8cc482c
Dockerfile
@@ -23,6 +23,6 @@ WORKDIR /server
23
# Copy the binary from the build stage
24
COPY --from=build /bin/github-mcp-server .
25
# Set the entrypoint to the server binary
26
-ENTRYPOINT ["./github-mcp-server"]
27
-# Default command arguments
+ENTRYPOINT ["/server/github-mcp-server"]
+# Default arguments for ENTRYPOINT
28
CMD ["stdio"]
0 commit comments