2 lines
55 B
Docker
2 lines
55 B
Docker
|
FROM httpd:alpine
|
||
|
COPY dist/ /usr/local/apache2/htdocs/
|