leizhiyuan commented on code in PR #101: URL: https://github.com/apache/rocketmq-docker/pull/101#discussion_r1496999975
########## stage.sh: ########## @@ -46,9 +46,18 @@ fi echo "mkdir $STAGE_DIR/$version" mkdir -p "$STAGE_DIR/$version" -cp -rf "$CURRENT_DIR/templates/" "$STAGE_DIR/$version" +cp -rf "$CURRENT_DIR/templates" "$STAGE_DIR/$version" Review Comment: 这行会兼容mac和linux的cp命令,可以解决readme中提到的手动处理的问题。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org