Add default command to start

This commit is contained in:
Maxim Portnyagin 2022-05-31 15:29:58 +04:00
parent 9a94b34d6b
commit cd5190ec4d
No known key found for this signature in database
GPG Key ID: 8F27C63672B69287
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ RUN python3 -m venv venv \
CMD source venv/bin/activate \
&& python3 zeronet.py --ui_ip "*" --fileserver_port 26552 \
--tor $TOR_ENABLED --tor_controller tor:$TOR_CONTROL_PORT \
--tor_proxy tor:$TOR_SOCKS_PORT --tor_password $TOR_CONTROL_PASSWD
--tor_proxy tor:$TOR_SOCKS_PORT --tor_password $TOR_CONTROL_PASSWD main
EXPOSE 43110 26552