Files
YouCock/captain-definition

8 lines
151 B
Plaintext
Raw Normal View History

2025-01-02 09:27:06 -07:00
{
"schemaVersion": 2,
"dockerfileLines": [
"FROM socialengine/nginx-spa:latest",
"COPY ./content /app",
"RUN chmod -R 777 /app"
]
}