This commit is contained in:
yanweidong
2026-01-19 20:56:08 +08:00
parent ba23c2e9a6
commit a9a3cf1072
3 changed files with 38 additions and 0 deletions

5
scripts/build.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
GOARCH=amd64 GOOS=linux go build -o ./builds/stock ./cmd/main/main.go
nohup ./stock > /data/app/logs/stock.log 2>&1 &