deploy.sh 71 Bytes
Newer Older
zhengxiuming's avatar
zhengxiuming committed
1 2 3 4
#!/bin/bash
git pull
docker-compose up --build -d
docker image prune -f