1
0
Fork 0

add install script

This commit is contained in:
Ilya Mukhortov 2026-01-13 17:19:24 +10:00
parent 03ced1a26a
commit 2d63f8d9e9
1 changed files with 6 additions and 0 deletions

6
dashboard/install.sh Normal file
View File

@ -0,0 +1,6 @@
set -e
echo "readonly" | docker login docker.med-logic.ru --username readonly --password-stdin
docker pull docker.med-logic.ru/medicine-dashboard:latest
docker tag docker.med-logic.ru/medicine-dashboard:latest medicine-dashboard:latest