2025-02-11 10:56:30 -06:00
|
|
|
# Clearing The Screen
|
|
|
|
|
clear
|
|
|
|
|
|
|
|
|
|
# Building the Rust App
|
|
|
|
|
docker run --rm -it \
|
|
|
|
|
-v "$PWD/project:/src:Z" \
|
|
|
|
|
-v "$PWD/build:/app:Z" \
|
2025-02-11 11:06:39 -06:00
|
|
|
-e "PROJ_NAME=stockmapi" \
|
2025-02-11 10:56:30 -06:00
|
|
|
rust-buildbot $@
|