Skip to content

README.md #27

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/"**: