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