diff --git a/format_text/start.sh b/format_text/start.sh index 8f0fba5..3846f40 100644 --- a/format_text/start.sh +++ b/format_text/start.sh @@ -1,3 +1,3 @@ #!/bin/sh set -e # 遇到错误立即退出 -sudo docker run -itd --name text_fotmat_python -v ./:/app python:3.13.7-alpine3.22 \ No newline at end of file +sudo docker run -itd --name text_format_python -v ./:/app python:3.13.7-alpine3.22 \ No newline at end of file