This commit is contained in:
fish
2026-01-11 10:01:44 +08:00
parent 1918e07b65
commit c763586ff3

View File

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