Skip to content

Latest commit

 

History

History

ddev-webserver

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Docker ddev-webserver (webserver and php)

Introduction

This is a Dockerfile to build a container image for ddev's web container.

Developer Tools

  • Composer (from the production container)
  • Drush (from the production container)
  • WP-CLI (from the production container)
  • Mailhog
  • npm
  • yarn

Building and pushing to dockerhub

make container
make push # Pushes the git committish as version
make VERSION=20190101_test_version container
make VERSION=20190101_test_version push
make clean

Running

To run the container by itself:

docker run -it drud/ddev-webserver bash