I have a docker file with entrypoint script as below
#!/bin/bash set -e
git clone git_url
exec "$@"
So i could build and run the contai