aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-09-10 16:43:40 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-09-10 16:43:40 +0200
commitaab2b9255edbacd11f46f3eabcb42af403163bd4 (patch)
treee21a772a50f11e53d56fb06a0fb463ee9afa4af6
parente7715de166fed50094321b54956d8c7f59673804 (diff)
downloads2i-jekyll-aab2b9255edbacd11f46f3eabcb42af403163bd4.tar.gz
copy etc files separately
-rw-r--r--Dockerfile3
-rw-r--r--etc/jekyll-documentroot.conf (renamed from etc/httpd/conf.d/jekyll-documentroot.conf)0
2 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"
diff --git a/etc/httpd/conf.d/jekyll-documentroot.conf b/etc/jekyll-documentroot.conf
index adf5beb..adf5beb 100644
--- a/etc/httpd/conf.d/jekyll-documentroot.conf
+++ b/etc/jekyll-documentroot.conf