3 lines
71 B
Docker
3 lines
71 B
Docker
|
FROM httpd:2.4
|
||
|
COPY ./my-httpd.conf /usr/local/apache2/conf/httpd.conf
|