FROM lukehflynn/fpm-laravel:latest
ENV app_home /var/www
ADD . ${app_home}
WORKDIR ${app_home}
RUN composer install
EXPOSE 80
-
Notifications
You must be signed in to change notification settings - Fork 0
LukeFlynn/fpm-laravel
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Dockerfile for hosting Laravel applications with PHP & Nginx
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published