* ) 增加挂载宿主机目录配置。
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 52s

This commit is contained in:
wangxvdong 2025-06-18 15:00:50 +08:00
parent a4d2cfe3e1
commit 2dfb2cc519

View File

@ -39,6 +39,7 @@ jobs:
fi
docker run -d --rm --name gong-zheng-api \
-v /usr/share/fonts/opentype/noto:/usr/share/fonts \
-v /root/files:/usr/src/app/audio
-p 6211:8080 \
gong-zheng-api:${{ gitea.run_id }}
- run: echo "🍏 This job's status is ${{ job.status }}."