close
Skip to content

use CMD instead of ENTRYPOINT in Dockerfile#40

Merged
pasquale95 merged 1 commit intomainfrom
fix/remove_entrypoint_from_dockerfile
Jan 8, 2026
Merged

use CMD instead of ENTRYPOINT in Dockerfile#40
pasquale95 merged 1 commit intomainfrom
fix/remove_entrypoint_from_dockerfile

Conversation

@pasquale95
Copy link
Copy Markdown
Contributor

Type of change

  • Bug fix

Description

Changing from ENTRYPOINT to CMD to allow easier run of CLI tools. For example:

podman run --rm fabric-x-tools:latest configtxgen

instead of

podman run --rm --entrypoint configtxgen fabric-x-tools:0.0.7

Signed-off-by: pco <pasquale.convertini@ibm.com>
Copy link
Copy Markdown
Contributor

@mbrandenburger mbrandenburger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pasquale95 pasquale95 merged commit eabb862 into main Jan 8, 2026
6 checks passed
@pasquale95 pasquale95 deleted the fix/remove_entrypoint_from_dockerfile branch January 8, 2026 15:26
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