pass
This commit is contained in:
parent
3b67fb5eb3
commit
b317df8b32
|
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
docker pull docker.med-logic.ru/medicine-notification:latest
|
||||||
|
|
||||||
|
(cd /root/medicine-config/notification &&
|
||||||
|
docker-compose stop &&
|
||||||
|
docker-compose up -d
|
||||||
|
)
|
||||||
Loading…
Reference in New Issue