Express-Prorate/scripts/build/build.sh

9 lines
193 B
Bash
Executable file

# 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 $@