3
0
Fork 0

add update.sh

This commit is contained in:
Ilya Mukhortov 2026-04-27 12:26:33 +10:00
parent 460eb17032
commit 71b7c003e9
1 changed files with 10 additions and 0 deletions

10
dashboard/update.sh Normal file
View File

@ -0,0 +1,10 @@
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
)