3 lines
88 B
Docker
3 lines
88 B
Docker
FROM docker.io/lipanski/docker-static-website
|
|
COPY httpd.conf httpd.conf
|
|
COPY ./www /www |