Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iyadh authored Jan 1, 2024
1 parent bc3f61e commit e2cbf91
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 @@ -39,4 +39,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 80:80 price-calc
docker run -d --name price-calc -p 8001:8001 price-calc

1 comment on commit e2cbf91

@vercel
Copy link

@vercel vercel bot commented on e2cbf91 Jan 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.