Apache with extensible config

This commit is contained in:
Juan Ferrer 2020-01-23 11:50:12 +01:00
parent 5ee6e7de33
commit 144e861128
1 changed files with 3 additions and 0 deletions

3
apache/Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM httpd:2.4.41
RUN echo "IncludeOptional conf.d/*.conf" >> conf/httpd.conf