We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc448e commit 153071bCopy full SHA for 153071b
Dockerfile
@@ -13,6 +13,6 @@ COPY mkdocs.yml a.yml
13
RUN python -m shmarql docs_build -f a.yml
14
15
RUN mkdir /src/site/ontology
16
-COPY --from=widoco /public /src/site/ontology
+COPY --from=widoco /public/doc /src/site/ontology
17
RUN ls -l /src/site/ontology
18
-RUN cp /src/site/ontology/index-en.html /src/site/ontology/index.html
+RUN cp /src/site/ontology/index-en.html /src/site/ontology/index.html
0 commit comments