{
"schemaVersion": 2,
"dockerfileLines": [
"FROM socialengine/nginx-spa:latest",
"COPY ./content /app",
"RUN chmod -R 777 /app"
]
}