diff --git a/notification/update.sh b/notification/update.sh new file mode 100755 index 0000000..baa4a43 --- /dev/null +++ b/notification/update.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +docker pull docker.med-logic.ru/medicine-notification:latest + +(cd /root/medicine-config/notification && + docker-compose stop && + docker-compose up -d +)