diff --git a/dockerfile b/dockerfile index 13942d3..fec6503 100644 --- a/dockerfile +++ b/dockerfile @@ -21,4 +21,5 @@ RUN pnpm build EXPOSE 3000 -CMD ["node", "dist/main"] \ No newline at end of file +# Change your CMD to this: +CMD ["pnpm", "run", "start:prod"] \ No newline at end of file