docker doc

This commit is contained in:
2022-11-18 00:06:26 -08:00
parent 4d3c87b01a
commit 673125274e
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
# 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
```