Skip to content

Commit

Permalink
change prod port to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
jekku123 committed Apr 7, 2024
1 parent e0d9383 commit a7b9730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Delete Old Container
run: docker rm -f mern-test-react-container
- name: Run docker container
run: docker run -d -p 5173:80 --name mern-test-react-container jekku123/mern-test-react
run: docker run -d -p 80:80 --name mern-test-react-container jekku123/mern-test-react

build-backend:
needs: deploy-frontend
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a full-stack expense tracker application built to practise the MERN stack. It allows users to add, edit, and delete transactions and view a summary of their expenses.

Check out the live demo [here](http://13.48.129.24:5173/).
Check out the live demo [here](http://13.48.129.24:80/).

## Technologies

Expand Down

0 comments on commit a7b9730

Please sign in to comment.