From 7b14a29852a0c09222ffc0f05fab1b26dd1c38da Mon Sep 17 00:00:00 2001 From: Vishal Hirawat Date: Wed, 17 Apr 2024 20:20:34 +0530 Subject: [PATCH] minor fix in captain-definition file --- captain-definition | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/captain-definition b/captain-definition index efe6efc..3a490d1 100644 --- a/captain-definition +++ b/captain-definition @@ -9,6 +9,6 @@ "ENV NODE_ENV production", "ENV PORT 8000", "EXPOSE 8000", - "CMD [ \"node\", \"app.js\" ]" + "CMD [ \"node\", \"index.js\" ]" ] } \ No newline at end of file