触发 CI
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 9s

This commit is contained in:
cheney 2025-07-22 13:47:02 +08:00
parent 837fc10d7d
commit 1a16da265f

View File

@ -17,3 +17,9 @@ jobs:
docker build -t ak13:latest .
# 可以检查镜像是否构建成功
docker images
- name: 直接启动服务
run: |
cd /app/ak13
docker rm -vf ak13
docker run -d --name ak13 --workdir /app -p `pwd`/logs:/app/logs ak13:latest