# Clearing The Screen clear # Building the Rust App docker run --rm -it \ -v "$PWD/project:/src:Z" \ -v "$PWD/build:/app:Z" \ -e "PROJ_NAME=express-prorate" \ rust-buildbot $@