diff --git a/Dockerfile b/Dockerfile index f72f27df..4bd234b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,4 +31,4 @@ RUN pnpm run build EXPOSE 3000 # Jalankan Next.js dalam mode cluster (gunakan semua core) -CMD ["pm2-runtime", "pnpm", "--", "run", "start", "-i", "max"] \ No newline at end of file +CMD ["pm2-runtime", "start", "node_modules/next/dist/bin/next", "--name", "next-app", "--", "start", "-p", "3000", "-i", "max"] \ No newline at end of file