1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2024-04-08 21:10:51 +10:00
parent 7db81f84b2
commit b165866c96
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ docker-compose exec postgres psql -c 'CREATE DATABASE tfoms_patient' --username=
read -p "Enter organization name: " ORGANIZATION_NAME
cat <<EOT >> /root/medicine-config/tfoms_patient/.env
cat <<EOT >> /root/medicine-config/tfoms-patient/.env
SENTRY_SITE=$ORGANIZATION_NAME
EOT
cd /root/medicine-config/tfoms_patient
cd /root/medicine-config/tfoms-patient
docker-compose up -d
docker-compose run --rm app bash -c "(cd /app/tfoms && flask db upgrade)"