This is a Dockerfile to build a container image for NGINX and PHP7 in FPM with development configurations and tools. This container starts from the production nginx-php-fpm container.
- Composer (from the production container)
- Drush (from the production container)
- WP-CLI (from the production container)
- Mailhog
make container
make push
make VERSION=0.3.0 container
make VERSION=0.3.0 push
make clean
To simply run the container:
sudo docker run -d drud/nginx-php-fpm7