3 lines
47 B
Docker
3 lines
47 B
Docker
|
FROM httpd:2
|
||
|
|
||
|
COPY . /usr/local/apache2/htdocs/
|