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