Docker – Nginx can't load static files, did I set wrong path?
I tried setting up nginx with docker on my django project. I checked the volume exists on docker container. And I do have access to my swagger path, but staticfiles does not load. What else can I attempt? Thanks... For…