Image based on https://hub.docker.com/r/celerative/nginx-php-fpm
This image contains the latest version of laravel.
Pull the image:
docker pull celerative/laravel:7.1
7.1
tag, specifies the php version not laravel.
Repository: https://github.com/celerative/laravel
In order to use this image, you just create your own Dockefile and set this image as the base image, like this:
FROM celerative/laravel:7.1
...
This is the way, because we are using ONBUILD
instructions.
Example:
https://gist.github.com/brunocascio/8651c335faf2ceaa3af0a31efbd8e3c6