Express-Prorate/scripts/build/build.sh

9 lines
184 B
Bash
Raw 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" \
-e "PROJ_NAME=example" \
rust-buildbot $@