瀏覽代碼

Update Dockerfile

Nariman Jelveh 10 月之前
父節點
當前提交
5a4328e449
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Dockerfile

+ 3 - 0
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 \