Inline entry point on docker-compose.yml
This simple post I will demonstrate how to add inline entry point 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 image or defining […]