Updated build and run for rich lib

This commit is contained in:
Hemna 2022-01-08 09:41:17 -05:00
parent 79270f95be
commit b00c8db3d6
2 changed files with 4 additions and 0 deletions

View File

@ -26,4 +26,6 @@ if [ ! -e "$APRSD_CONFIG" ]; then
aprsd sample-config > $APRSD_CONFIG
fi
export COLUMNS=200
python3 -m rich.diagnose
exec aprsd server -c $APRSD_CONFIG --loglevel ${LOG_LEVEL}

View File

@ -78,7 +78,9 @@ else
--allow security.insecure \
-t hemna6969/aprsd:$VERSION \
-t hemna6969/aprsd:$TAG \
-t hemna6969/aprsd:latest \
-t harbor.hemna.com/hemna6969/aprsd:$TAG \
-t harbor.hemna.com/hemna6969/aprsd:$VERSION \
-t harbor.hemna.com/hemna6969/aprsd:latest \
-f Dockerfile .
fi