Para correrlo
docker build -t php-app . docker run -d -p 80:80 --name my-running-app -v $(pwd):/var/www/html my-php-app