From 560f5dc54bdc98bcf945cb800d504a24dc71e25b Mon Sep 17 00:00:00 2001 From: vipg Date: Fri, 19 Dec 2025 13:02:29 +0800 Subject: [PATCH] add --- services/cn_futures_trading_records/dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/cn_futures_trading_records/dev.sh b/services/cn_futures_trading_records/dev.sh index cb158e6..2149423 100644 --- a/services/cn_futures_trading_records/dev.sh +++ b/services/cn_futures_trading_records/dev.sh @@ -1,3 +1,3 @@ sudo docker stop go_cn_futures_trading_records_dev sudo docker rm go_cn_futures_trading_records_dev -sudo docker run -itd --name go_cn_futures_trading_records_dev -v $(pwd)/src:/app -p 20010:80 golang:1.25.0-alpine3.22 \ No newline at end of file +sudo docker run -itd --name go_cn_futures_trading_records_dev -v $(pwd)/services/cn_futures_trading_records/src:/app -p 20010:80 golang:1.25.0-alpine3.22 \ No newline at end of file