1
0
Fork 0
medicine-config/dashboard/install.sh

6 lines
237 B
Bash
Executable File

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