diff --git a/bash_scripts/install-medicine.sh b/bash_scripts/install-medicine.sh index b6736bf..a0b80a8 100755 --- a/bash_scripts/install-medicine.sh +++ b/bash_scripts/install-medicine.sh @@ -17,3 +17,4 @@ fi docker-compose run --rm app python manage.py migrate --noinput docker-compose run --rm app python manage.py collectstatic --noinput +docker-compose up -d diff --git a/bash_scripts/install-remd.sh b/bash_scripts/install-remd.sh index cb13d20..cccdf38 100755 --- a/bash_scripts/install-remd.sh +++ b/bash_scripts/install-remd.sh @@ -9,4 +9,4 @@ docker-compose exec postgres psql -c 'CREATE DATABASE medicine_remd' --username= cd /root/medicine-config/medicine-remd docker-compose run --rm medicine-remd python manage.py post_install -docker-compose up -d \ No newline at end of file +docker-compose up -d