Laravel Sail: Making lighter Docker images on Laravel Sail project
I’ve been trying to make some modifications to the default ‘docker-compose.yml’ and Dockerfiles autogenerated by Laravel Sail after it’s installed into my Laravel project. I’ve been attempting this because those images are, by default, based on either Ubuntu or Debian, so I tried to rebuild them based on an Alpine Linux image to improve their performance and gain more experience with Docker.