Add reload on config change

This commit is contained in:
Christophe Mehay 2017-02-07 08:57:45 +01:00
parent d05d649be4
commit 2bd4787a45
4 changed files with 14 additions and 4 deletions

View file

@ -28,7 +28,7 @@ ADD assets/torrc /var/local/tor/torrc.tpl
RUN mkdir -p /etc/tor/
RUN pip install pyentrypoint==0.3.8
RUN pip install pyentrypoint==0.5.0
RUN cd /usr/local/src/onions && python3 setup.py install