The problem is, after I clone this repository or create a repository with this template repository and run:
sudo docker compose run --rm app rm .gitkeep && sudo docker compose run --rm app composer create-project laravel/laravel .
It appears that the .gitkeep file can't be removed due to permission problem.
The problem is, after I clone this repository or create a repository with this template repository and run:
It appears that the
.gitkeepfile can't be removed due to permission problem.