driver / app.py
HongShi418's picture
Create app.py
781bd20 verified
raw
history blame
159 Bytes
import subprocess
import os
# 启动 OpenList 服务
subprocess.Popen(["./openlist", "server", "--data", "./data"])
# 保持容器运行
while True:
pass