We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9388e commit 4509019Copy full SHA for 4509019
Dockerfile
@@ -13,6 +13,5 @@ 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
17
-RUN ls -l /src/site/ontology
+COPY --from=widoco /public/. /src/site/ontology
18
RUN cp /src/site/ontology/index-en.html /src/site/ontology/index.html
0 commit comments