add update.sh
This commit is contained in:
parent
460eb17032
commit
71b7c003e9
|
|
@ -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
|
||||||
|
)
|
||||||
Loading…
Reference in New Issue