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

Update dockerfile for dokka docs

parent f4492b80
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,7 @@ RUN mkdir /build && \
COPY . /build/src
WORKDIR /build/src/
ENV GRADLE_USER_HOME=/build/.gradle
RUN /build/src/gradlew dokkaHtmlMultiModule && \
cp /build/src/build/dokka/htmlMultiModule/-modules.html \
/build/src/build/dokka/htmlMultiModule/index.html
RUN /build/src/gradlew dokkaHtmlMultiModule
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.
Finish editing this message first!
Please register or to comment