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