mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-10 10:33:31 -05:00
Updated build and run for rich lib
This commit is contained in:
parent
79270f95be
commit
b00c8db3d6
@ -26,4 +26,6 @@ if [ ! -e "$APRSD_CONFIG" ]; then
|
|||||||
aprsd sample-config > $APRSD_CONFIG
|
aprsd sample-config > $APRSD_CONFIG
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export COLUMNS=200
|
||||||
|
python3 -m rich.diagnose
|
||||||
exec aprsd server -c $APRSD_CONFIG --loglevel ${LOG_LEVEL}
|
exec aprsd server -c $APRSD_CONFIG --loglevel ${LOG_LEVEL}
|
||||||
|
@ -78,7 +78,9 @@ else
|
|||||||
--allow security.insecure \
|
--allow security.insecure \
|
||||||
-t hemna6969/aprsd:$VERSION \
|
-t hemna6969/aprsd:$VERSION \
|
||||||
-t hemna6969/aprsd:$TAG \
|
-t hemna6969/aprsd:$TAG \
|
||||||
|
-t hemna6969/aprsd:latest \
|
||||||
-t harbor.hemna.com/hemna6969/aprsd:$TAG \
|
-t harbor.hemna.com/hemna6969/aprsd:$TAG \
|
||||||
-t harbor.hemna.com/hemna6969/aprsd:$VERSION \
|
-t harbor.hemna.com/hemna6969/aprsd:$VERSION \
|
||||||
|
-t harbor.hemna.com/hemna6969/aprsd:latest \
|
||||||
-f Dockerfile .
|
-f Dockerfile .
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user