Swirrl / csv2rdf

Clojure library and command line application for converting CSV to RDF. An implementation of the W3C CSVW specifications
Eclipse Public License 1.0
26 stars 6 forks source link

Add task to build and publish docker images #341

Closed lkitching closed 1 year ago

lkitching commented 1 year ago

Issue #340 - Add docker task to build.clj which allows docker images to be built locally, and optionally published to the public swirrl artifact repository.

Add deploy-docker task to the CI build to publish docker images.

Update the README to include instructions on running csv2rdf via docker.