4 lines
79 B
Docker
4 lines
79 B
Docker
|
FROM httpd:2.4.41
|
||
|
|
||
|
RUN echo "IncludeOptional conf.d/*.conf" >> conf/httpd.conf
|