Skip to content

Commit 4509019

Browse files
committed
widoco path issue
1 parent bd9388e commit 4509019

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ 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
17-
RUN ls -l /src/site/ontology
16+
COPY --from=widoco /public/. /src/site/ontology
1817
RUN cp /src/site/ontology/index-en.html /src/site/ontology/index.html

0 commit comments

Comments
 (0)