1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2024-03-17 11:57:47 +10:00
parent ecc865c47f
commit 6f69927110
1 changed files with 2 additions and 0 deletions

View File

@ -10,4 +10,6 @@ docker pull docker.med-logic.ru/medicine:latest
docker-compose up -d
)
(cd /root/medicine-config/medicine && docker-compose run --rm app python manage.py post_update)
docker rmi $(docker images -f "dangling=true" -q)