Skip to content

Commit

Permalink
use start_services.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fightforlife authored Jan 2, 2022
1 parent aebd048 commit da6743b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit da6743b

Please sign in to comment.