Skip to content

Commit

Permalink
try running from node
Browse files Browse the repository at this point in the history
  • Loading branch information
LarmuseauNiels committed Mar 22, 2023
1 parent aa7a42e commit f22d98a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion captain-definition
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
"ENV CAPROVER_GIT_COMMIT_SHA=${CAPROVER_GIT_COMMIT_SHA}",
"RUN yarn",
"RUN npx prisma generate",
"RUN npx tsc",
"ENV NODE_ENV production",
"ENV PORT 80",
"EXPOSE 80",
"CMD [ \"npm\", \"start\" ]"
"CMD [ \"node\", \"/bin/index.js\" ]"
]
}

0 comments on commit f22d98a

Please sign in to comment.