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/"**: