Updating captain-definition to correct file path

This commit is contained in:
Jason Williams
2025-01-02 09:34:29 -07:00
parent c19ec7743a
commit 57e307e337

View File

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