To build the docker image docker-compose build To run the docker container docker-compose up -d To run the app docker-compose exec php composer run-app Run the unit tests docker-compose exec php composer tests