Fix Build e domenticanza nel routermon

This commit is contained in:
2025-06-01 10:26:11 +02:00
parent 8aad6a6936
commit 0d34d7cb0d
3 changed files with 23 additions and 14 deletions

View File

@@ -2,6 +2,8 @@
GIT_HASH=$(git rev-parse --short HEAD)
docker-compose down
echo "Building UPSmon"
cp ../pyutils/utils.py ../upsmon/
docker build --build-arg BUILD_VER=${GIT_HASH} -f ../upsmon/upsmon.Dockerfile -t upsmon:influx3 ../upsmon