Fix entrypoint

This commit is contained in:
Christophe Mehay 2016-01-11 23:07:49 +01:00
parent 5fb7e4b0f1
commit da855e0e5f

View file

@ -13,7 +13,7 @@ ADD assets/tor_config.py /
RUN chmod +x /docker-entrypoint.sh RUN chmod +x /docker-entrypoint.sh
RUN git clone https://github.com/cmehay/python-docker-tool.git /docker RUN git clone https://github.com/cmehay/python-docker-tool.git /docker --branch=old
RUN touch /docker/__init__.py RUN touch /docker/__init__.py
VOLUME ["/var/lib/tor/hidden_service/"] VOLUME ["/var/lib/tor/hidden_service/"]