deploy.sh 71 Bytes
#!/bin/bash
git pull
docker-compose up --build -d
docker image prune -f