generated from OBJNULL/Dockerized-Rust
Added project name to builder
This commit is contained in:
parent
51f6021ccc
commit
b245edadf3
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@ clear
|
||||||
docker run --rm -it \
|
docker run --rm -it \
|
||||||
-v "$PWD/project:/src:Z" \
|
-v "$PWD/project:/src:Z" \
|
||||||
-v "$PWD/build:/app:Z" \
|
-v "$PWD/build:/app:Z" \
|
||||||
-e "PROJ_NAME=example" \
|
-e "PROJ_NAME=stockmapi" \
|
||||||
rust-buildbot $@
|
rust-buildbot $@
|
||||||
Loading…
Reference in a new issue