Skip to content

Commit

Permalink
docker: Adjust migration process
Browse files Browse the repository at this point in the history
  • Loading branch information
pevma committed Apr 9, 2024
1 parent f71b403 commit 516a1ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/scirius/bin/start-scirius.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
cd /opt/scirius/

migrate_db() {
python manage.py makemigrations --noinput
python manage.py migrate --noinput
python manage.py collectstatic --noinput
}
Expand Down

0 comments on commit 516a1ba

Please sign in to comment.