Fix entrypoint

legacy
Christophe Mehay 9 years ago
parent 5fb7e4b0f1
commit da855e0e5f

@ -13,7 +13,7 @@ ADD assets/tor_config.py /
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/"]

Loading…
Cancel
Save