From a7b97306cc8ccf31afcee68998afb4049eabd0fd Mon Sep 17 00:00:00 2001 From: Jesse Manninen Date: Mon, 8 Apr 2024 01:50:32 +0300 Subject: [PATCH] change prod port to 80 --- .github/workflows/deploy.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d2004e7..2665624 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/README.md b/README.md index 36e1713..c881170 100644 --- a/README.md +++ b/README.md @@ -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