diff options
-rw-r--r-- | Dockerfile | 3 | ||||
-rw-r--r-- | etc/httpd/conf.d/jekyll-documentroot.conf (renamed from etc/httpd.d/documentroot.conf) | 0 |
2 files changed, 1 insertions, 2 deletions
@@ -21,8 +21,7 @@ RUN yum install -y centos-release-scl && \ yum clean all -y COPY ./s2i/bin/ /usr/libexec/s2i -COPY ./etc/httpd.d/* /etc/httpd/conf.d -COPY ./etc/scl_enable /etc +COPY ./etc/ /etc ENV BASH_ENV="/etc/scl_enable" diff --git a/etc/httpd.d/documentroot.conf b/etc/httpd/conf.d/jekyll-documentroot.conf index 14ce1df..14ce1df 100644 --- a/etc/httpd.d/documentroot.conf +++ b/etc/httpd/conf.d/jekyll-documentroot.conf |