Amazon web services – How to resolve: Django make migrate not running in AWS ECS from Dockerfile
I have a Django project that runs in a Docker container. Locally when I have updated the project to include changes to the model, I have run python manage.py makemigrations and python manage.py migrate within the docker container. In particular,…