1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2024-01-09 14:27:37 +10:00
parent 23b31a57b3
commit 0471d424bf
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ echo "readonly" | docker login docker.med-logic.ru --username readonly --passwor
docker pull docker.med-logic.ru/medicine-import:latest
cd /root/medicine-config/medicine-stack
docker-compose exec postgres psql -c 'CREATE DATABASE medicine_import' --username=postgres
docker-compose exec postgres psql -c 'CREATE DATABASE IF NOT EXISTS medicine_import' --username=postgres
cd /root/medicine-config/medicine-import
docker-compose run --rm medicine-import python manage.py post_install