diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 76a2cb0c..f2a50231 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -198,6 +198,7 @@ fi cd /app echo_with_timestamp "Running Django commands..." python manage.py migrate --noinput || true +python manage.py collectstatic --noinput || true # Always start Gunicorn echo "🚀 Starting Gunicorn..."