summaryrefslogtreecommitdiffstats
path: root/docker_update.sh
blob: 4a52b5220a8ea1a2bb8480cf0a5fa3be8534f49f (plain)
1
2
3
4
5
#!/bin/sh
set -e

git pull
docker-compose up -d --no-deps --build