{
"schemaVersion": 2,
"dockerfileLines": [
"FROM lipanski/docker-static-website",
"COPY ./app .",
"CMD ['busybox', 'httpd', '-f', '-v', '-p', '80', '-c', 'httpd.conf']"
]
}