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