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