We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit c589c05Copy full SHA for c589c05
Dockerfile
@@ -0,0 +1,5 @@
1
+FROM python:3.7.4-alpine3.10
2
+
3
+RUN pip install plantuml
4
5
+ENTRYPOINT for f in **/*.plantuml; do echo $f; python -m plantuml $f; done
0 commit comments