aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6cf7e25..5b54863 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,7 +22,8 @@ RUN yum install -y centos-release-scl && \
RUN cp /usr/libexec/s2i/run /usr/libexec/s2i/run.httpd
COPY ./s2i/bin/ /usr/libexec/s2i
-COPY ./etc/ /etc
+COPY ./etc/scl_enable /etc/
+COPY ./etc/jekyll-documentroot.conf /etc/httpd/conf.d/
ENV BASH_ENV="/etc/scl_enable"