Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eoa21004 authored Nov 25, 2024
1 parent ab4881b commit 0c655cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/"**:
5. **The WebApp should now be visable at "http://localhost:5173/"**:

0 comments on commit 0c655cc

Please sign in to comment.