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