Added dockerfile for building documentation in container
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Anne de Jong 2023-01-20 11:40:06 +01:00
parent 75d7b02e86
commit 38b8a3bb86
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ RUN git clone https://code.ascee.nl/ascee/lasp
WORKDIR /root/lasp
RUN doxygen
RUN mv doc/html /srv/http
CMD /usr/bin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
EXPOSE 80