Kaynağa Gözat

Update Dockerfile

Nariman Jelveh 10 ay önce
ebeveyn
işleme
5a4328e449
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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 \