sparna-git / shacl-play

SHACL validation UI, SHACL documentation generator, SHACL generator from RDF.
http://shacl-play.sparna.fr
GNU Lesser General Public License v3.0
24 stars 15 forks source link

Added Docker configuration. #140

Closed cecemel closed 2 months ago

cecemel commented 2 months ago

This PR introduces a minimal Docker configuration, allowing the application to be launched without installing the necessary dependencies on the host machine.

Please note, to test this PR, I commented out the shacl-excel dependency in ./shacl-play/pom.xml because it was not found by Maven. I consider this an issue unrelated to this PR.

Thank you for considering these changes.

tfrancart commented 2 months ago

Good good, thanks ! I fixed the shacl-excel dependency. I accept the PR although I am not to maintain it myself