make docker-start
Build and run docker containers
docker-compose -f .docker/docker-compose.yml up -d
Update composer
docker exec -it alaid_php php composer.phar install -d /alaid
Add in hosts file
127.0.0.1 alaid.test
Project URL
http://alaid.test
Update database to latest schema
docker exec -it alaid_php php /alaid/bin/console d:s:u -f
Clear any previous container instance and image
docker stop alaid_php
docker rm -v alaid_php
docker rmi docker_php
Clear and restart using makefile
make docker-start-rebuild