From 38b8a3bb860eda9f76a02b6cb3f230db4ff1d3ba Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - ASCEE" Date: Fri, 20 Jan 2023 11:40:06 +0100 Subject: [PATCH] Added dockerfile for building documentation in container --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index ea3220e..33fe91b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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