From 144e8611281d65398dac06478cccd0e5924e9109 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Thu, 23 Jan 2020 11:50:12 +0100 Subject: [PATCH] Apache with extensible config --- apache/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apache/Dockerfile diff --git a/apache/Dockerfile b/apache/Dockerfile new file mode 100644 index 0000000..70f489e --- /dev/null +++ b/apache/Dockerfile @@ -0,0 +1,3 @@ +FROM httpd:2.4.41 + +RUN echo "IncludeOptional conf.d/*.conf" >> conf/httpd.conf