3 lines
60 B
Docker
3 lines
60 B
Docker
|
FROM httpd:2.4
|
||
|
|
||
|
COPY _build/html/ /usr/local/apache2/htdocs/
|