Files
YouCock/captain-definition
2025-01-02 09:34:29 -07:00

8 lines
147 B
Plaintext

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