Skip to content

feat(Dockerfile)!: Use ENTRYPOINT instead of CMD - #483

Open
SeverinAlexB wants to merge 2 commits into
mainfrom
feat/docker-cmd-to-entrypoint
Open

feat(Dockerfile)!: Use ENTRYPOINT instead of CMD#483
SeverinAlexB wants to merge 2 commits into
mainfrom
feat/docker-cmd-to-entrypoint

Conversation

@SeverinAlexB

@SeverinAlexB SeverinAlexB commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Replaces CMD with ENTRYPOINT in the Dockerfile.

This simplifies the docker commands like
docker run --rm pubky-homeserver homeserver --version
to
docker run --rm pubky-homeserver --version  aka avoid the duplicated homeserver mention.

At the same time, this PR standardizes the binary name, renaming it from homeserver to pubky-homeserver.

FYI @86667

Related to #431

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants