4 lines
63 B
Docker
4 lines
63 B
Docker
|
|
FROM httpd:2.4-alpine
|
||
|
|
|
||
|
|
COPY ./html/ /usr/local/apache2/htdocs/
|