Skip to content

Commit

Permalink
minor fix in captain-definition file
Browse files Browse the repository at this point in the history
  • Loading branch information
hirawatt committed Apr 17, 2024
1 parent a084c14 commit 7b14a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion captain-definition
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"ENV NODE_ENV production",
"ENV PORT 8000",
"EXPOSE 8000",
"CMD [ \"node\", \"app.js\" ]"
"CMD [ \"node\", \"index.js\" ]"
]
}

0 comments on commit 7b14a29

Please sign in to comment.