Skip to content

Commit 8cc482c

Browse files
committed
address review feedback: use absolute path and improve comments
1 parent 97e9aa2 commit 8cc482c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ WORKDIR /server
2323
# Copy the binary from the build stage
2424
COPY --from=build /bin/github-mcp-server .
2525
# Set the entrypoint to the server binary
26-
ENTRYPOINT ["./github-mcp-server"]
27-
# Default command arguments
26+
ENTRYPOINT ["/server/github-mcp-server"]
27+
# Default arguments for ENTRYPOINT
2828
CMD ["stdio"]

0 commit comments

Comments
 (0)