{
"schemaVersion": 2,
"dockerfileLines": [
"FROM lipanski/docker-static-website",
"COPY httpd.conf httpd.conf",
"COPY ./www /www"
]
}