fix: update dockerfile

This commit is contained in:
hanif salafi 2025-10-23 11:27:03 +07:00
parent 587f221fe1
commit 83cf910a34
1 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@ RUN pnpm run build
EXPOSE 3000
# Jalankan Next.js dalam mode cluster (gunakan semua core)
CMD ["pm2-runtime", "start", "node_modules/next/dist/bin/next", "--name", "next-app", "--", "start", "-p", "3000", "-i", "max"]
CMD ["pm2-runtime", "start", "node_modules/next/dist/bin/next", "--name", "next-app", "-i", "max", "--", "start", "-p", "3000"]