Symfony 4 Docker
Minimal Runtime Environment
Minimal Symfony 4 Runtime Environment created with Docker.
Enviroment details
Run in 5 min - see video
How to start
$ git clone https://github.com/tulik/symfony-4-runtime-env.git
$ cd symfony-4-runtime-env
$ docker-compose up
Executing command inside of Docker container
$ docker-compose exec php bin/console doctrine:schema:update --force
or
$ docker-compose exec php composer req profiler