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