Django collectstatic Permission denied with docker-compose – Nginx
I'm making a Django app and I'm using Docker por production deployment, the application almost runs fine on the VPS(Ubuntu 20.04) except that when I try to run collectstatic with this command: sudo docker-compose -f docker-compose.prod.yml exec web python manage.py…