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

git pull
docker-compose -f dev/docker-compose.yml up -d --no-deps --build