Bootstrap(Laravel) assets 404-error from Docker(Nginx)
问题 The goal: Make newly created Laravel6 projects' bootstrap assets layout work from Docker. Symptoms: Bootstrap assets work properly on local Laravel development environment (XAMPP - Apache - +Win10Pro), both the js and css are loaded well. But does'not work properly from local Docker (Win10-linux containers, Nginx +PHP+MySql+Redis), app.js and app.css runs on error 404. Apache(local xampp): Nginx(Docker): What I did: New Laravel project created, auth added, bootstrap, npm and node installed