cargo build -p harmony_inventory_agent --release --target x86_64-unknown-linux-musl SCRIPT_DIR="$(dirname ${0})" cd "${SCRIPT_DIR}/docker/" cp ../../target/x86_64-unknown-linux-musl/release/harmony_inventory_agent . docker build . -t hub.nationtech.io/harmony/harmony_inventory_agent docker push hub.nationtech.io/harmony/harmony_inventory_agent