Skip to content

Commit 1dc448e

Browse files
committed
docker
1 parent 4509019 commit 1dc448e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +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 /src/site/ontology
17+
RUN ls -l /src/site/ontology
1718
RUN cp /src/site/ontology/index-en.html /src/site/ontology/index.html

0 commit comments

Comments
 (0)