You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was you execute command from the root directory where docker-compose.yml locates? Or if you did make the src directory empty before run this command or not?. I suggest you stand at root directory and run this command docker exec -it docker-compose-laravel-php-1 sh to enter CLI of php service.
When I try to create fresh project with
docker compose run --rm composer create-project laravel/laravel .
I get this error :I tried php.dockerfile then php.root.dockerfile but neither works.
How can I fix this?
Thanks
The text was updated successfully, but these errors were encountered: