8 lines
134 B
Plaintext
8 lines
134 B
Plaintext
{
|
|
"schemaVersion": 2,
|
|
"dockerfileLines": [
|
|
"FROM nginx:alpine",
|
|
"COPY ./dist /usr/share/nginx/html",
|
|
"EXPOSE 80"
|
|
]
|
|
} |