From bc1d21bb41ab626476ead037ff7f3702c9a747f9 Mon Sep 17 00:00:00 2001 From: clive Date: Mon, 3 Jun 2024 13:35:20 +1000 Subject: [PATCH] Yaml update. --- shotreact/.gitea/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shotreact/.gitea/workflows/default.yml b/shotreact/.gitea/workflows/default.yml index a870b93..ba56eef 100644 --- a/shotreact/.gitea/workflows/default.yml +++ b/shotreact/.gitea/workflows/default.yml @@ -39,7 +39,7 @@ jobs: docker image rm shotreact:latest fi docker login registry.rokoh.com -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} && docker image pull registry.rokoh.com/shotreact:latest - docker run -d -p 2000:80 --restart=always --name shotreact registry.rokoh.com/shotreact + docker run -d -p 3000:80 --restart=always --name shotreact registry.rokoh.com/shotreact docker image prune -f - name: Prune Docker resources