Skip to content

Commit

Permalink
Mount output dir for render command (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw authored Aug 17, 2023
2 parents cfbb72c + ce8753b commit 5b25b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ docker run --rm \
ghcr.io/localstack/localstack-docker-debug:main render \
-f /topology.json > out.dot
docker run --rm \
-v $PWD/out.dot:/out.dot \
-v $PWD:/out \
--entrypoint dot \
ghcr.io/localstack/localstack-docker-debug:main \
-Tpng /out.dot > out.png
-Tpng /out/out.dot -o /out/out.png
```

### Package installation
Expand Down

0 comments on commit 5b25b63

Please sign in to comment.