aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 07db11f..39bd9b8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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"