Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 182 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 182 Bytes

CakePHP on Docker Example

Build the image:

docker-compose build

To run a server:

docker-compose up

To run tests:

docker-compose run web app/Console/cake test app