mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
增加docker_build脚本
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
VERSION=dev
|
||||
GO_VERSION=1.20.2
|
||||
docker run -it --rm -e BUILD_VERSION=$VERSION \
|
||||
-e GOPROXY=https://goproxy.cn \
|
||||
-v `pwd`:/code -w /code lwch/natpass-builder:$GO_VERSION
|
||||
Reference in New Issue
Block a user