Skip to content

Dockerfile for hosting Laravel applications with PHP & Nginx

Notifications You must be signed in to change notification settings

LukeFlynn/fpm-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

A Dockerfile for hosting Laravel Applications

Usage:

FROM lukehflynn/fpm-laravel:latest

ENV app_home /var/www

ADD . ${app_home}

WORKDIR ${app_home}

RUN composer install

EXPOSE 80

About

Dockerfile for hosting Laravel applications with PHP & Nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published