1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2023-09-05 16:21:02 +10:00
parent 2bbf96eec8
commit a86d43c324
2 changed files with 2 additions and 1 deletions

View File

@ -17,3 +17,4 @@ fi
docker-compose run --rm app python manage.py migrate --noinput docker-compose run --rm app python manage.py migrate --noinput
docker-compose run --rm app python manage.py collectstatic --noinput docker-compose run --rm app python manage.py collectstatic --noinput
docker-compose up -d

View File

@ -9,4 +9,4 @@ docker-compose exec postgres psql -c 'CREATE DATABASE medicine_remd' --username=
cd /root/medicine-config/medicine-remd cd /root/medicine-config/medicine-remd
docker-compose run --rm medicine-remd python manage.py post_install docker-compose run --rm medicine-remd python manage.py post_install
docker-compose up -d docker-compose up -d