edit USER in Makefile for setting permissions
Get started
- Build container
make dev
- Open container bash
docker-compose exec php7 bash
- Install symfony with composer (project is located in the app folder)
Another commands
- Start container
make start
- Stop container
make stop