Skip to content
Snippets Groups Projects
Verified Commit 50556240 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Correctly export documentation

parent deab7955
Branches
Tags
No related merge requests found
......@@ -4,7 +4,9 @@ RUN mkdir /build && \
COPY . /build/src
WORKDIR /build/src/
ENV GRADLE_USER_HOME=/build/.gradle
RUN /build/src/gradlew dokkaHtmlMultiModule
RUN /build/src/gradlew dokkaHtmlMultiModule && \
cp /build/src/build/dokka/htmlMultiModule/-modules.html \
/build/src/build/dokka/htmlMultiModule/index.html
FROM nginx:stable-alpine
COPY --from=builder /build/src/build/dokka/htmlMultiModule/ /usr/share/nginx/html/javadoc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment