Added dockerfile for building documentation in container
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
75d7b02e86
commit
38b8a3bb86
@ -7,6 +7,8 @@ RUN git clone https://code.ascee.nl/ascee/lasp
|
|||||||
WORKDIR /root/lasp
|
WORKDIR /root/lasp
|
||||||
RUN doxygen
|
RUN doxygen
|
||||||
RUN mv doc/html /srv/http
|
RUN mv doc/html /srv/http
|
||||||
|
CMD /usr/bin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user