From 0c655ccc81d84de8886336708ab9ef31ca1025de Mon Sep 17 00:00:00 2001 From: Eric O Asante Date: Sun, 24 Nov 2024 22:44:58 -0500 Subject: [PATCH] README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c464af2..85128b2 100644 --- a/README.md +++ b/README.md @@ -16,16 +16,16 @@ ```bash docker build -f Backend/docker_files/Dockerfile -t team51-backend . -2. **Run Backend with terminal command**: +2. **Run Backend with terminal command (Backend runs on port 5170)**: ```bash docker run -d -p 5170:5000 team51-backend 3. **Build the Frontend Docker Image**: ```bash - docker build -f Frontend\docker_files\Dockerfile -t team51-frontend . + docker build -f Frontend/docker_files/Dockerfile -t team51-frontend . -4. **Run Frontend with terminal command**: +4. **Run Frontend with terminal command (Frontend runs on port 5173)**: ```bash docker run -d -p 5173:5173 team51-frontend -5. **The WebApp should now be visable at "http://localhost:5173/"**: \ No newline at end of file +5. **The WebApp should now be visable at "http://localhost:5173/"**: