/docker-php-minimal

A minimal docker-compose example to experiment with PHP

Primary LanguageDockerfile

docker-php-minimal

A minimal docker-compose example to experiment with PHP

To get started:

  1. clone repo git@github.com:dirtybirdnj/docker-php-minimal.git
  2. run composer install to install PHP dependencies
  3. run docker-compose build to prepare the image
  4. run docker-compose up to run the image / container
  5. Edit/create files within the /src directory