Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ENTRYPOINT instead of CMD in Dockerfile
so that we can run, for example, > docker run --rm -it kaf nodes instead of > docker run --rm -it kaf kaf nodes Besides, we build image from scratch, so we have no other commands to run from the image.
- Loading branch information