Storage symlink pointing to local storage directory in docker container – PHP
I'm following the Laravel documentation for using Laravel with Docker with using the Getting Started section: https://laravel.com/docs/9.x/installation#getting-started-on-macos. I use this curl command: curl -s "https://laravel.build/example-app" | bash to create the project and then I run sail up to create the…