From c7151d4c1bc6b587ab8ad29544c9c9ef3f961acf Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Fri, 20 Jan 2023 11:53:22 +0100 Subject: [PATCH] Fix on dockerfile to not copy to html subdir --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 33fe91b..6d71cef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ WORKDIR /root RUN git clone https://code.ascee.nl/ascee/lasp WORKDIR /root/lasp RUN doxygen +RUN rm -rf /srv//http RUN mv doc/html /srv/http CMD /usr/bin/lighttpd -D -f /etc/lighttpd/lighttpd.conf