Skip to content

Commit fdfa912

Browse files
committed
Fix Dockerfile for distroless compatibility
1 parent 270bbf7 commit fdfa912

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ WORKDIR /server
2424
# Copy the binary from the build stage
2525
COPY --from=build /build/github-mcp-server .
2626
# Command to run the server
27-
CMD ["./github-mcp-server", "stdio"]
27+
ENTRYPOINT ["./github-mcp-server"]
28+
CMD ["stdio"]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy