Added constants.sh

This commit is contained in:
Tigerblue77 2025-11-06 20:02:37 +00:00
parent ab62b8dd73
commit 81bd752b37
3 changed files with 6 additions and 2 deletions

View file

@ -7,6 +7,7 @@ RUN apt-get update
RUN apt-get install ipmitool -y
ADD functions.sh /app/functions.sh
ADD constants.sh /app/constants.sh
ADD healthcheck.sh /app/healthcheck.sh
ADD Dell_iDRAC_fan_controller.sh /app/Dell_iDRAC_fan_controller.sh