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