fix: Change the source + add input

This commit is contained in:
J M
2022-05-17 17:25:25 -06:00
committed by Keagan McClelland
parent 52de5426ad
commit c8fc9a98bf
3 changed files with 7 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ if [ "$0" != "./build-prod.sh" ]; then
exit 1
fi
alias 'rust-arm64-builder'='docker run --rm -it -v "$HOME/.cargo/registry":/root/.cargo/registry -v "$(pwd)":/home/rust/src start9/rust-arm-cross:aarch64'
alias 'rust-arm64-builder'='docker run --rm -it -v "$HOME/.cargo/registry":/root/.cargo/registry -v "$(pwd)":/home/rust/src -P start9/rust-arm-cross:aarch64'
cd ..
FLAGS=""