From 00db64c561292609c7614c8c50008c78a2fa0a52 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Wed, 11 Jul 2018 14:36:00 +0800 Subject: [PATCH] Use arguments JSON notation for CMD arguments --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 382cbd0..0009e72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ HEALTHCHECK --timeout=10s --start-period=60s \ EXPOSE 9150 -CMD /usr/bin/tor -f /etc/tor/torrc +CMD ["/usr/bin/tor", "-f", "/etc/tor/torrc"]