Adding docker update script

This commit is contained in:
Dessalines 2019-05-05 12:02:25 -07:00
parent 540dbe09a3
commit 65ec2e64dd
1 changed files with 5 additions and 0 deletions

5
docker_update.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
set -e
git pull
docker-compose up -d --no-deps --build