3 lines
52 B
Docker
Executable File
3 lines
52 B
Docker
Executable File
FROM httpd:alpine
|
|
COPY . /usr/local/apache2/htdocs/
|