3
0
Fork 0
medicine-config/dashboard/update.sh

11 lines
247 B
Bash

set -e
docker pull docker.med-logic.ru/medicine-dashboard:latest
docker tag docker.med-logic.ru/medicine-dashboard:latest medlogic/medicine-dashboard:latest
(
cd ~/medicine-config/dashboard &&
docker compose stop &&
docker compose up -d
)