metanorma / metanorma-docker

Docker container for running the Metanorma toolchain
https://www.metanorma.com
5 stars 3 forks source link

community-practice doctype not working on docker #103

Closed ghobona closed 1 year ago

ghobona commented 3 years ago

community-practice is supposed to be a valid doctype on the OGC Metanorma template, according to https://www.metanorma.org/author/ogc/authoring/

However, when I run this command

docker run -v "$(pwd)":/metanorma metanorma/mn metanorma new -d community-practice -t ogc -l https://github.com/metanorma/mn-templates-ogc folder_for_community_practice

I get the following error message.

Unable to generate document:
Templates for type ogc cannot be found -- please provide a valid `type` or a template URL

I presume it is a problem with metanorma-docker, but it might be a problem caused by the template itself.

ronaldtse commented 3 years ago

Checking this in https://github.com/metanorma/metanorma-ogc/issues/257.