Files
YouCock/captain-definition

8 lines
190 B
Plaintext
Raw Normal View History

2025-01-02 09:27:06 -07:00
{
"schemaVersion": 2,
"dockerfileLines": [
2025-01-02 09:45:13 -07:00
"FROM lipanski/docker-static-website",
"COPY ./app .",
"CMD ['busybox', 'httpd', '-f', '-v', '-p', '80', '-c', 'httpd.conf']"
2025-01-02 09:27:06 -07:00
]
}