fix: update dockerfile
This commit is contained in:
parent
83cf910a34
commit
2f7bccfea9
|
|
@ -31,4 +31,4 @@ RUN pnpm run build
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
# Jalankan Next.js dalam mode cluster (gunakan semua core)
|
# Jalankan Next.js dalam mode cluster (gunakan semua core)
|
||||||
CMD ["pm2-runtime", "start", "node_modules/next/dist/bin/next", "--name", "next-app", "-i", "max", "--", "start", "-p", "3000"]
|
CMD ["pm2-runtime", "start", "node_modules/next/dist/bin/next", "-i", "max", "--name", "next-app", "--", "start", "-p", "3000"]
|
||||||
Loading…
Reference in New Issue