Original source: https://laravel-news.com/multi-stage-docker-builds-for-laravel
Normal docker build
docker build . -t php-sample-app
docker run -p 8080:80 php-sample-app
and then visit in your browser
Example pipeline:
Read https://codefresh.io/docs/docs/learn-by-example/php/ for more details