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