7 lines
144 B
Text
7 lines
144 B
Text
{
|
|
"schemaVersion": 2,
|
|
"dockerfileLines": [
|
|
"FROM nginx:mainline-alpine-slim",
|
|
"COPY docs /usr/share/nginx/html"
|
|
]
|
|
}
|