소스 검색

increase verbosity

Fabian Peter Hammerle 4 년 전
부모
커밋
df86d67b05
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -34,4 +34,4 @@ RUN chmod a+rwxt /monitor `# mkfifo main_pipe|log_pipe|packet_pipe`
 USER nobody
 # > line 1986: main_pipe: No such file or directory
 WORKDIR /monitor
-CMD ["bash", "monitor.sh", "-D", "/monitor-config"]
+CMD ["bash", "monitor.sh", "-D", "/monitor-config", "-V"]