mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-19 21:39:13 +00:00
Fix entrypoint
This commit is contained in:
parent
5fb7e4b0f1
commit
da855e0e5f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue