Override with an inline entry point on docker-compose.yml
This simple post I will demonstrate how to override an entry point with an inline script to any docker-compose.yml. According to docker compose reference, the default entry point of an image could be overridden, pointing to a file inside the […]