This commit is contained in:
fish
2026-01-11 10:01:23 +08:00
parent 4ad0c64bdb
commit 1918e07b65
6 changed files with 189 additions and 0 deletions

3
format_text/start.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
set -e # 遇到错误立即退出
sudo docker run -itd --name text_fotmat_python -v ./:/app python:3.13.7-alpine3.22