From 5a4328e44935cd07c7c5482fa959804f7c063652 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Thu, 18 Jul 2024 13:33:02 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5e41d7a0..76961e1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,9 @@ COPY package*.json ./ # Copy the source files COPY . . +# Install mocha +RUN npm install -g mocha + # Install node modules RUN npm cache clean --force && \ for i in 1 2 3; do \