mirror of
http://124.126.16.154:8888/singularity/hyperf-admin.git
synced 2026-01-15 03:35:07 +08:00
6 lines
184 B
Bash
6 lines
184 B
Bash
|
|
#!/usr/bin/env sh
|
||
|
|
|
||
|
|
docker run --rm -it \
|
||
|
|
-v $(pwd):/app -e "GIT_AUTHOR_NAME=$(git config user.name)" -e "EMAIL=$(git config user.email)" \
|
||
|
|
detouched/standard-version:latest $1
|