Files
YouCock/captain-definition

8 lines
151 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",
2025-01-03 13:50:25 -07:00
"COPY httpd.conf httpd.conf",
"COPY ./www /www"
2025-01-02 09:27:06 -07:00
]
}