Rancher-compose and local Dockerfile using build

@denise
Thanks for the example. In your raw docker file it doesn’t depends on ohther fiels/scripts. My docker file has a CMD that calls an bash scripts, like below. How does Rancher compose handle this case? And should I use the raw docker file link instead of something like https://github.com/rancher/tiny-build? I have did some self study and was not able to successful run the container by rancher-compose command…

CMD [“start-kafka.sh”]