Added project name to builder

This commit is contained in:
Maddox Werts 2025-02-11 12:06:39 -05:00
parent 51f6021ccc
commit b245edadf3

View file

@ -5,5 +5,5 @@ clear
docker run --rm -it \
-v "$PWD/project:/src:Z" \
-v "$PWD/build:/app:Z" \
-e "PROJ_NAME=example" \
-e "PROJ_NAME=stockmapi" \
rust-buildbot $@