Fix entrypoint

legacy
Christophe Mehay 9 years ago
parent 5fb7e4b0f1
commit da855e0e5f

@ -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/"]

Loading…
Cancel
Save