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