Fix on dockerfile to not copy to html subdir
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Anne de Jong 2023-01-20 11:53:22 +01:00
parent 631c6023ae
commit c7151d4c1b
1 changed files with 1 additions and 0 deletions

View File

@ -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