Skip to content

Dockerfile ENTRYPOINT issue #3

Description

@rgraulus

I had an issue connecting Claude Desktop to the Docker MCP Gateway. Turns out it was an issue in the Dockerfile and was able to fix it by changing the entrypoint from index.js to server.js.

Changed this:

ENTRYPOINT ["node", "/app/dist/index.js"]

To this:

ENTRYPOINT ["node", "/app/dist/server.js"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions