Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 226 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 226 Bytes

Running Commands

To run the hello.php file

  • docker-composer run app php app/hello.php

To keep an interactive shell running

  • docker-compose run app

Install composer deps

  • docker-compose run app composer install