更新 GitHub Actions 工作流,修改 Docker 容器端口映射,从 5000 改为 5321,以适应新的服务需求。
This commit is contained in:
parent
976ac2017e
commit
327e916040
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
docker stop test-container || true
|
||||
docker rm test-container || true
|
||||
docker run -d --name test-container \
|
||||
-p 5000:5000 \
|
||||
-p 5321:5000 \
|
||||
registry.fandouke.com/test-image:latest
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user