From cd5190ec4d473038de2bd10b8a862394f1c35642 Mon Sep 17 00:00:00 2001 From: Maxim Portnyagin Date: Tue, 31 May 2022 15:29:58 +0400 Subject: [PATCH] Add default command to start --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 81a1d290..955ce752 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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