I have a django project that is running with docker-compose, what I need to do and very simple, run python manage.py createsuperuser, however, even setting the command via dockerfile or compose .yml I can not create this super user , does anyone know the process that must be done to succeed in what I'm trying to do?