Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 398 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 398 Bytes

Dockerfiles

invokedigital/laravel

Creates a Laravel optimized Docker image with PHP & Nginx.

invokedigital/laravel

Build & Push

$ cd laravel
$ docker build -t invokedigital/laravel:tag .
$ docker push invokedigital/laravel:tag

Login to Docker Hub from CLI

Simply run and followthe steps:

$ docker login