Browse Source

Dockerfile: removed -q from the default command

Daniel-Constantin Mierla 7 years ago
parent
commit
1e45e02fa5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

@@ -83,4 +83,4 @@ COPY kamailio-tests /usr/local/src/kamailio-tests
 WORKDIR /usr/local/src/kamailio-tests
 
 ENTRYPOINT ["/usr/local/src/kamailio-tests/ktestsctl"]
-CMD ["-m", "-q", "run"]
+CMD ["-m", "run"]