essepuntato / LODE

Live OWL Documentation Environment, to convert OWL ontologies into HTML human-readable pages.
ISC License
104 stars 55 forks source link

Add Dockerfile and docker-compose.yaml files to support a containerized version of Lode #23

Open LucaPrete opened 5 years ago

LucaPrete commented 5 years ago

Currently, Lode does not provide any Dockerfile (and related docker-compose.yaml file) in order to create a containerized version of it.

ingoboerner commented 10 months ago

there seems to be an error in the docker compose file. In the Dockerfile the argument is USE_HTTPS https://github.com/essepuntato/LODE/blob/master/Dockerfile#L5, whereas in the compose file useHTTPs https://github.com/essepuntato/LODE/blob/master/docker-compose.yaml#L13 .