diff --git a/Dockerfile b/Dockerfile index 04e3df8..df56566 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN mkdir /usr/local/structurizr && \ unzip /usr/local/structurizr/structurizr-cli.zip -d /usr/local/structurizr RUN apk add --no-cache nodejs npm -RUN npm install -g @mermaid-js/mermaid-cli +RUN npm install -g @softwaretechnik/dbml-renderer USER dtcuser ENV DIAGRAM_STRUCTURIZRCLI_HOME=/usr/local/structurizr