From da6743b5c356c2e444176e899ba402f5fc17209f Mon Sep 17 00:00:00 2001 From: Frederik <5511687+fightforlife@users.noreply.github.com> Date: Sun, 2 Jan 2022 12:59:41 +0100 Subject: [PATCH] use start_services.sh --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b0ce846..552feda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,5 @@ RUN pip3 install hddfancontrol #start hddtemp daemon and expose port #EXPOSE 7634 #CMD hddtemp -q -d -F /dev/sd* - -CMD hddfancontrol $ARGS +COPY start_services.sh /usr/local/bin +CMD /usr/local/bin/start_services.sh $ARGS