Browse Source

add update script

merge-requests/5/head
Steven Foerster 6 years ago
parent
commit
c1e9174c9b
  1. 8
      scripts/update.sh

8
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
Loading…
Cancel
Save