Skip to content

Commit 153071b

Browse files
authored
Update Dockerfile
1 parent 1dc448e commit 153071b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ COPY mkdocs.yml a.yml
1313
RUN python -m shmarql docs_build -f a.yml
1414

1515
RUN mkdir /src/site/ontology
16-
COPY --from=widoco /public /src/site/ontology
16+
COPY --from=widoco /public/doc /src/site/ontology
1717
RUN ls -l /src/site/ontology
18-
RUN cp /src/site/ontology/index-en.html /src/site/ontology/index.html
18+
RUN cp /src/site/ontology/index-en.html /src/site/ontology/index.html

0 commit comments

Comments
 (0)