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