* ) 增加挂载宿主机目录配置。
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 52s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 52s
This commit is contained in:
parent
2dfb2cc519
commit
76ac16eb13
@ -39,7 +39,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
docker run -d --rm --name gong-zheng-api \
|
docker run -d --rm --name gong-zheng-api \
|
||||||
-v /usr/share/fonts/opentype/noto:/usr/share/fonts \
|
-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 \
|
-p 6211:8080 \
|
||||||
gong-zheng-api:${{ gitea.run_id }}
|
gong-zheng-api:${{ gitea.run_id }}
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
Loading…
x
Reference in New Issue
Block a user