This is a Dockerfile to build a container image for ddev's web container.
- Composer (from the production container)
- Drush (from the production container)
- WP-CLI (from the production container)
- Mailhog
- npm
- yarn
make container
make push # Pushes the git committish as version
make VERSION=20190101_test_version container
make VERSION=20190101_test_version push
make clean
To run the container by itself:
docker run -it drud/ddev-webserver bash