Docker – Static Files not being served by NGINX, instead it passes the request to Django app
I have created a django app and running it using docker and docker compose, but the static files are not getting served by nginx, instead the request get passed to django server. Please help, I was trying docker compose for…