Update rust/entrypoint.sh
This commit is contained in:
@@ -5,6 +5,8 @@ cd /home/container
|
||||
INTERNAL_IP=$(ip route get 1 | awk '{print $(NF-2);exit}')
|
||||
export INTERNAL_IP
|
||||
|
||||
rustup override set nightly
|
||||
|
||||
# Print current Rust version
|
||||
cargo --version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user