I need to create a docker compose file, through which I need to pull the latest files from a repo and run a python command. I searched many samples, but couldnt get any help.
So what I need to do is :
1. Clone the repo and get the latest scripts
2. Execute a python command.
So everytime, I do a docker-compose down and then docker-compose up, It will fetch the latest files from the repo. Please help me to create the docker compose file.