Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iyadh authored May 16, 2024
1 parent 4272417 commit e733179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
docker load < /tmp/price-calc.tar
docker stop price-calc || true
docker rm price-calc || true
docker run -d --name price-calc -p 8003:8003 price-calc:latest
docker run -d --name price-calc -p 8001:8001 price-calc:latest

0 comments on commit e733179

Please sign in to comment.