Make tor apps verbose

This commit is contained in:
Christian Koep
2017-04-08 21:24:09 +02:00
parent ddb82cb313
commit d582d4d921
4 changed files with 4 additions and 4 deletions

View File

@@ -51,4 +51,4 @@ WORKDIR $HOME
USER user
ENTRYPOINT ["/bin/bash"]
CMD [ "/usr/local/bin/Browser/start-tor-browser" ]
CMD [ "/usr/local/bin/Browser/start-tor-browser", "--log", "/dev/stdout" ]