This commit is contained in:
yanweidong
2026-02-11 15:59:29 +08:00
parent 4aaafd2fd2
commit 142bed6ae1
2 changed files with 13 additions and 7 deletions

View File

@@ -2,4 +2,5 @@
GOARCH=amd64 GOOS=linux go build -o ../builds/stock ./cmd/main/main.go
nohup ./stock > /data/app/logs/stock.log 2>&1 &
nohup ./stock > /data/app/logs/stock.log 2>&1 &
tail -f /data/app/logs/stock.log