- [ ] Install ext-ast in Dockerfile ([example](https://github.com/LyseonTech/dou-collector/blob/master/.docker/php/Dockerfile#L18)) - [ ] Separate the Dockerfile in two named FROM's putting the production before developer FROM. - [ ] Use target in docker-compose.yml pointing to developer or production FROM of Dockerfile - [ ] Put Phan in require-dev block - [ ] put command to run test in `@scripts` block like [this](https://github.com/LyseonTech/dou-collector/blob/master/composer.json#L33) example.
@scriptsblock like this example.