Nick Yeoman
71a3a72c05
* readme added requriements * script added mailer (unfinished) * man docker * man security * added man easyadmin
359 B
359 B
Docker Docs
You should be able to manually configure the docker compose file base on your requirements.
console
How to run with docker:
sudo docker-compose run php bin/console doctrine:migrations:migrate
where php is the name of the container in the docker-compose file.
Build php container
docker build -t vendor/php:latest .