diff --git a/apps/processor/Dockerfile b/apps/processor/Dockerfile index 9f47113..4a3054f 100644 --- a/apps/processor/Dockerfile +++ b/apps/processor/Dockerfile @@ -89,6 +89,6 @@ EOF # DEBUGGING PURPOSE ONLY # peek the directory RUN tree /vote-processor -RUN ls -all +RUN ls -all /vote-processor CMD ["node", "index.js"]