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