4 lines
54 B
Docker
4 lines
54 B
Docker
|
FROM httpd:alpine
|
||
|
|
||
|
COPY ./ /usr/local/apache2/htdocs/
|