Files
YouCock/captain-definition

8 lines
147 B
Plaintext
Raw Normal View History

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