Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 223 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 223 Bytes
  1. docker network create -d bridge --subnet 192.222.0.0/24 --gateway 192.222.0.1 serializer
  2. docker-compose up
  3. docker-compose exec php-fpm composer install
  4. docker-compose exec php-fpm vendor/bin/simple-phpunit tests