4 lines
48 B
Docker
4 lines
48 B
Docker
|
FROM httpd
|
||
|
|
||
|
COPY ./ /user/local/apache2/htdocs/
|