doteur 0.3.2

Tool to automate the visualisation of UML dependencies from a SQL file
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FROM rust:1.52

RUN apt update; apt install graphviz -y

WORKDIR /usr/src/doteur

COPY . .

RUN cargo install --path .

RUN cp -r examples ..

RUN rm -rf ./*

RUN cp -r ../examples ./