generated from OBJNULL/Dockerized-Rust
Updated project name
This commit is contained in:
parent
d4dd3dbbeb
commit
f72e5f021d
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "example"
|
name = "express-prorate"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
|
@ -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=express-prorate" \
|
||||||
rust-buildbot $@
|
rust-buildbot $@
|
||||||
|
|
Loading…
Reference in a new issue