Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 259 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 259 Bytes

java-vtl-tools

A collection of tools for Java VTL.

Build and run as docker image

Run "mvn clean install" to build the application itself.

Build Docker image: docker build -t java-vtl-tools:{{tag}}

Run the application: docker run java-vtl-tools:{{tag}}