From 2d63f8d9e93c09f2aa3650f0a7eafaa1c4177648 Mon Sep 17 00:00:00 2001 From: Ilya Mukhortov Date: Tue, 13 Jan 2026 17:19:24 +1000 Subject: [PATCH] add install script --- dashboard/install.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dashboard/install.sh diff --git a/dashboard/install.sh b/dashboard/install.sh new file mode 100644 index 0000000..356157c --- /dev/null +++ b/dashboard/install.sh @@ -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 \ No newline at end of file