From b00c8db3d6ddebe7f485a8888a52b87e43d8415a Mon Sep 17 00:00:00 2001 From: Hemna Date: Sat, 8 Jan 2022 09:41:17 -0500 Subject: [PATCH] Updated build and run for rich lib --- docker/bin/run.sh | 2 ++ docker/build.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docker/bin/run.sh b/docker/bin/run.sh index 05e83fa..ac1e146 100755 --- a/docker/bin/run.sh +++ b/docker/bin/run.sh @@ -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} diff --git a/docker/build.sh b/docker/build.sh index 82f862a..2b676aa 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -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