From 2f7bccfea93261b7041cc5a0aa1f6272f8653ab2 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Thu, 23 Oct 2025 15:21:41 +0700 Subject: [PATCH] fix: update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33fa3715..16a60d9a 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", "start", "node_modules/next/dist/bin/next", "--name", "next-app", "-i", "max", "--", "start", "-p", "3000"] \ No newline at end of file +CMD ["pm2-runtime", "start", "node_modules/next/dist/bin/next", "-i", "max", "--name", "next-app", "--", "start", "-p", "3000"] \ No newline at end of file