This repository has been archived on 2024-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/docs/Docker.md

9 lines
192 B
Markdown
Raw Normal View History

2022-11-17 17:10:00 -08:00
# Docker Docs
2022-11-18 00:06:26 -08:00
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
```