diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index f91b062d..6e937765 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -109,6 +109,7 @@ service redis-server start # Run Django commands echo_with_timestamp "Running Django commands..." python manage.py collectstatic --noinput || true +python manage.py makemigrations --noinput || true python manage.py migrate --noinput || true # Start Celery