From 57e307e3378d5cf572ee548d701c2d0f14cd68c8 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Thu, 2 Jan 2025 09:34:29 -0700 Subject: [PATCH] Updating captain-definition to correct file path --- captain-definition | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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