Fix entrypoint

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

View file

@ -11,9 +11,9 @@ RUN apt-get update && apt-get install -y \
ADD assets/docker-entrypoint.sh /
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
VOLUME ["/var/lib/tor/hidden_service/"]