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