From fb514bf87cab08d847c666cefeafb1228aea1db8 Mon Sep 17 00:00:00 2001 From: Ezra Khairan Permana Date: Mon, 7 Oct 2024 14:05:58 +0700 Subject: [PATCH] fix: oke ada tapi perlu di cek lagi --- apps/processor/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/processor/Dockerfile b/apps/processor/Dockerfile index 4594236..9f47113 100644 --- a/apps/processor/Dockerfile +++ b/apps/processor/Dockerfile @@ -89,5 +89,6 @@ EOF # DEBUGGING PURPOSE ONLY # peek the directory RUN tree /vote-processor +RUN ls -all CMD ["node", "index.js"]