rebrand changed startup message, built script and Dockerfile

This commit is contained in:
yusing
2024-11-04 03:47:37 +08:00
parent 99e43fe340
commit 5fdb171d65
5 changed files with 10 additions and 10 deletions

View File

@@ -2,4 +2,4 @@
mkdir -p bin
echo building GoDoxy version ${VERSION}, build flags \"${BUILD_FLAGS}\"
go build -ldflags "${BUILD_FLAGS}" -pgo=auto -o bin/go-proxy ./cmd
go build -ldflags "${BUILD_FLAGS}" -pgo=auto -o bin/godoxy ./cmd