prod.sh 94 Bytes
#!/bin/bash
git pull
docker-compose -f docker-compose.yaml up --build -d
docker image prune -f