Skip to content

Commit

Permalink
Merge pull request #3 from MyriadFlow/prod
Browse files Browse the repository at this point in the history
"Update port mapping in docker run command from 9082:9082 to 9082:3000"
  • Loading branch information
surajhub255 authored Oct 27, 2024
2 parents 116bee1 + f0acf43 commit e378f6b
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 @@ -69,4 +69,4 @@ jobs:
sudo docker stop discover && sudo docker rm discover && sudo docker rmi discover
echo ${{ secrets.GHCR_TOKEN }} | sudo docker login ghcr.io -u ${{ secrets.GHCR_USERNAME }} --password-stdin
sudo docker pull ghcr.io/myriadflow/discover:prod
sudo docker run --name="discover" -p 9082:9082 -d ghcr.io/myriadflow/discover:prod
sudo docker run --name="discover" -p 9082:3000 -d ghcr.io/myriadflow/discover:prod

0 comments on commit e378f6b

Please sign in to comment.