Skip to content

Commit

Permalink
Fix: port number
Browse files Browse the repository at this point in the history
  • Loading branch information
emost22 committed Jun 8, 2024
1 parent e6eecdf commit 07277ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
docker pull ${{ secrets.DOCKER_USER }}/spurt-be:latest
docker stop spurt-be
docker rm spurt-be
docker run -d --network spurt --name spurt-be -p 8081:8081 ${{ secrets.DOCKER_USER }}/spurt-be
docker run -d --network spurt --name spurt-be -p 8080:8080 ${{ secrets.DOCKER_USER }}/spurt-be
if docker images -f "dangling=true" -q | grep . > /dev/null; then
docker rmi $(docker images -f "dangling=true" -q)
fi
Expand Down

0 comments on commit 07277ec

Please sign in to comment.