launch:
$(info Launching something in three parts)
docker-compose build --no-cache
docker-compose up -d
docker-compose exec mycontainer /scripts/launch.sh
view raw gistfile1.txt hosted with ❤ by GitHub