* ) 增加挂载宿主机目录配置。
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 52s

This commit is contained in:
wangxvdong 2025-06-18 15:02:32 +08:00
parent 2dfb2cc519
commit 76ac16eb13

View File

@ -39,7 +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
-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 }}."