diff --git a/scripts/update.sh b/scripts/update.sh new file mode 100755 index 0000000..a268028 --- /dev/null +++ b/scripts/update.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +set -e + +docker-compose -f /opt/mistborn/base.yml pull +docker-compose -f /opt/mistborn/base.yml build + +systemctl restart Mistborn-base