Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 621 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 621 Bytes

Laravel Docker Image

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

How to use

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