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