Why I get this issue on DigitalOcean droplet, when deploy my project with docker-compose? – Nginx
I am building an application based on Django/DRF as backend and Angular as frontend. Angular is to be ran by Nginx. And I want to deploy this project on DigitalOcean's droplet using docker-compose. Here is the project's structure: price_comparison_tool/ ├──…