mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-04 18:23:29 +02:00
Retrigger
This commit is contained in:
parent
b8d1b5cf9c
commit
ce09de9a56
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ docker compose exec app ./manage.py generate_puml --include registrar
|
||||||
## How To regenerate the database svg image
|
## 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`
|
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
|
```bash
|
||||||
docker run -v $(pwd):$(pwd) -w $(pwd) -it plantuml/plantuml -tsvg models_diagram.md
|
docker run -v $(pwd):$(pwd) -w $(pwd) -it plantuml/plantuml -tsvg models_diagram.md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue