diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-21 14:46:56 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-21 14:46:56 +0100 |
commit | de41e0045849321900af2525288d011034de7072 (patch) | |
tree | defe0af1609ea0f552346f559435bc2649c5e6e2 | |
parent | 97b923b71ff33b5ceae70e9860086e4f7d73c070 (diff) | |
download | s2i-virtio-spec-de41e0045849321900af2525288d011034de7072.tar.gz |
fix htmldoc
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |