docker doc
This commit is contained in:
parent
4d3c87b01a
commit
673125274e
@ -109,7 +109,8 @@ composer req -n orm && sleep 1
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# For the Apache container
|
# For the Apache container
|
||||||
composer req -n symfony/apache-pack
|
composer req symfony/apache-pack
|
||||||
|
#TODO: find a way to trigger this without interaction
|
||||||
|
|
||||||
# You need the following variables in your env for docker-compose
|
# You need the following variables in your env for docker-compose
|
||||||
echo '' >> .env
|
echo '' >> .env
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
# Docker Docs
|
# Docker Docs
|
||||||
|
|
||||||
You should be able to manually parse the docker compose file.
|
You should be able to manually parse the docker compose file.
|
||||||
|
|
||||||
|
## console
|
||||||
|
How to run with docker:
|
||||||
|
```bash
|
||||||
|
sudo docker-compose run php bin/console doctrine:migrations:migrate
|
||||||
|
```
|
Reference in New Issue
Block a user