Express-Prorate/scripts/build/build.sh

10 lines
193 B
Bash
Raw Permalink Normal View History

2025-08-01 08:32:38 -05:00
# Clearing The Screen
clear
# Building the Rust App
docker run --rm -it \
-v "$PWD/project:/src:Z" \
-v "$PWD/build:/app:Z" \
2025-08-01 08:37:13 -05:00
-e "PROJ_NAME=express-prorate" \
rust-buildbot $@