Use arguments JSON notation for CMD arguments

This commit is contained in:
Peter Dave Hello 2018-07-11 14:36:00 +08:00
parent b189c534f7
commit 00db64c561

View file

@ -14,4 +14,4 @@ HEALTHCHECK --timeout=10s --start-period=60s \
EXPOSE 9150 EXPOSE 9150
CMD /usr/bin/tor -f /etc/tor/torrc CMD ["/usr/bin/tor", "-f", "/etc/tor/torrc"]