util/docker: rename docs.c.o to doc.c.o
Make the directory name match the name of the subdomain. Change-Id: I2dcf2385e6d953b7fe02caef72413149a332ec24 Signed-off-by: Patrick Georgi <patrick@georgi.software> Reviewed-on: https://review.coreboot.org/26887 Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
aefbc46a05
commit
9101608e85
5
util/docker/doc.coreboot.org/Dockerfile
Normal file
5
util/docker/doc.coreboot.org/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM debian:stable
|
||||
RUN apt-get update && apt-get install -y make python-sphinx python-recommonmark python-sphinx-rtd-theme && apt-get clean
|
||||
USER nobody
|
||||
VOLUME /data-in /data-out
|
||||
ENTRYPOINT bash -c "cd /data-in/Documentation && make sphinx BUILDDIR=/tmp/build && rm -rf /data-out/* && mv /tmp/build/html/* /data-out/"
|
3
util/docker/doc.coreboot.org/README.md
Normal file
3
util/docker/doc.coreboot.org/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
How to use:
|
||||
|
||||
docker run --rm -v $path-to-coreboot.git:/data-in:ro -v $path-to-html-output:/data-out $image
|
Reference in New Issue
Block a user