This commit is contained in:
vipg
2025-11-15 17:50:35 +08:00
parent a5753f0c47
commit 396f03964a
6 changed files with 50 additions and 38 deletions

View File

@@ -1 +1,3 @@
docker run -itd --name go_futures_trade_record_dev -v $(pwd)/src:/app -p 20010:80 golang:1.25.0-alpine3.22
docker stop go_futures_trade_record_dev
docker rm go_futures_trade_record_dev
docker run -itd --name go_futures_trade_record_dev -v $(pwd)/src:/app -p 20110:80 golang:1.25.0-alpine3.22