diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-10 16:43:40 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-10 16:43:40 +0200 |
commit | aab2b9255edbacd11f46f3eabcb42af403163bd4 (patch) | |
tree | e21a772a50f11e53d56fb06a0fb463ee9afa4af6 | |
parent | e7715de166fed50094321b54956d8c7f59673804 (diff) | |
download | s2i-jekyll-aab2b9255edbacd11f46f3eabcb42af403163bd4.tar.gz |
copy etc files separately
-rw-r--r-- | Dockerfile | 3 | ||||
-rw-r--r-- | etc/jekyll-documentroot.conf (renamed from etc/httpd/conf.d/jekyll-documentroot.conf) | 0 |
2 files changed, 2 insertions, 1 deletions
@@ -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 |