lorisleiva / laravel-docker

🐳 Generic docker image for Laravel Applications
MIT License
934 stars 314 forks source link

Webserver addition #14

Closed pixelplant closed 5 years ago

pixelplant commented 5 years ago

A webserver might be a nice addition (nginx or apache) as this way you can easily run your functional tests on the docker machine. I guess we can also use the builtin php webserver for this but just in case it has limitations a real server would be nice to have.