Skip to content

Commit c589c05

Browse files
committed
initial commit
0 parents  commit c589c05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)