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