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