aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-21 14:46:56 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-21 14:46:56 +0100
commitde41e0045849321900af2525288d011034de7072 (patch)
treedefe0af1609ea0f552346f559435bc2649c5e6e2 /Dockerfile
parent97b923b71ff33b5ceae70e9860086e4f7d73c070 (diff)
downloads2i-virtio-spec-de41e0045849321900af2525288d011034de7072.tar.gz
fix htmldoc
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index fafc25b..adf67f3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,7 +23,7 @@ RUN yum install -y texlive-tetex \
RUN for file in /usr/libexec/s2i/*; do cp -v $file ${file}.httpd; done
COPY ./s2i/bin/ /usr/libexec/s2i
COPY ./etc/scl_enable /etc/
-COPY ./etc/kerneldoc-documentroot.conf /etc/httpd/conf.d/
+COPY ./etc/virtio-spec-documentroot.conf /etc/httpd/conf.d/
ENV BASH_ENV="/etc/scl_enable"