Retrigger

This commit is contained in:
Rebecca Hsieh 2024-07-01 12:11:51 -07:00
parent b8d1b5cf9c
commit ce09de9a56
No known key found for this signature in database

View file

@ -20,7 +20,7 @@ docker compose exec app ./manage.py generate_puml --include registrar
## How To regenerate the database svg image
1. Copy your puml file contents into the bottom of this file and replace the current code marked by `plantuml`
2. Navigate to the `diagram` folder and then run the following command
2. Navigate to the `diagram` folder and then run the following command below:
```bash
docker run -v $(pwd):$(pwd) -w $(pwd) -it plantuml/plantuml -tsvg models_diagram.md