Nginx and Gunicorn Static files not being found in my docker-compose django project even if logs show '125 static files copied to '/app/static''
I have set up my nginx folder, Dockerfile, .env, docker-compose.yml and entrypoint.sh files, and everything is running okay and I'm able to see pages as it should be. But the only problem is I can't load staticfiles. The gunicorn container…