Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 371 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 371 Bytes

docker-php-minimal

A minimal docker-compose example to experiment with PHP

To get started:

  1. clone repo [email protected]: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