From c763586ff3e78d4ec7499076ad5db78c926a131a Mon Sep 17 00:00:00 2001 From: fish Date: Sun, 11 Jan 2026 10:01:44 +0800 Subject: [PATCH] add --- format_text/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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