pandorabox.io/scripts/create-dep-graph.sh

3 lines
159 B
Bash
Raw Normal View History

2019-10-03 05:06:09 -07:00
#!/bin/sh
2019-10-03 05:08:35 -07:00
cat docker-compose.yml | docker run -i funkwerk/compose_plantuml --boundaries --link-graph | docker run -i think/plantuml -tpng > docker-compose.png