4 lines
64 B
Docker
Executable file
4 lines
64 B
Docker
Executable file
FROM httpd:2.4
|
|
WORKDIR /usr/local/apache2/htdocs/
|
|
COPY ./www/ .
|