Where is dockerfile located in default laravel sail project
Building a laravel project using laravel sail documentation. As mentioned in the docker-compose.yml file it mentions dockerfile: Dockerfile. But it is not located in the root folder, so where is it? # For more information: https://laravel.com/docs/sail version: '3' services: laravel.test:…