3 lines
127 B
Bash
3 lines
127 B
Bash
#!/bin/sh
|
|
set -e # 遇到错误立即退出
|
|
sudo docker run -itd --name text_format_python -v ./:/app python:3.13.7-alpine3.22 |