Creates a Laravel Docker image with php-fpm & nginx, optimized for HTTP.
- php-fpm 7.3
- nginx
- curl
- git
- supervisor
- composer
- 80
// Build docker image
$ make build
// Run docker image
$ make run
// Push docker image
$ make push
Simply run and follow the steps:
$ docker login