diff --git a/captain-definition b/captain-definition index 747f7f5..2dadbf6 100644 --- a/captain-definition +++ b/captain-definition @@ -2,7 +2,7 @@ "schemaVersion": 2, "dockerfileLines": [ "FROM socialengine/nginx-spa:latest", - "COPY ./content /app", + "COPY ./app /app", "RUN chmod -R 777 /app" ] } \ No newline at end of file