2 lines
61 B
Docker
2 lines
61 B
Docker
|
FROM httpd:2.4
|
||
|
COPY ./public-html/ /usr/local/apache2/htdocs/
|