Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #199 from DrAlzahraniProjects/Readme-Discard-Changes
Browse files Browse the repository at this point in the history
Updated README.md to discard local changes
  • Loading branch information
ACraig7 authored Nov 22, 2024
2 parents 6ff498c + f8a3f53 commit fb8d923
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,22 @@ Before you begin, ensure you have the following installed on your machine:
```bash
cd csusb_fall2024_cse6550_team1
```
3. **Discard changes**

3. **Update the local repository**
Discard all local changes:
```bash
git reset --hard
```

5. **Update the local repository**

Ensure your local repository is up to date by running:

```bash
git pull origin main
```

4. **Build the Docker image**
6. **Build the Docker image**

Build the Docker image using the following command:

Expand All @@ -61,7 +67,7 @@ Before you begin, ensure you have the following installed on your machine:
docker build -t team1_app:latest . --build-arg MISTRAL=
```

5. **Include the API key**
7. **Include the API key**

- Go to [Team1 QA](https://csusb.instructure.com/courses/43192/discussion_topics/419701) and copy the MISTRAL API key
- Paste the API key at the end of the previous instruction
Expand All @@ -71,7 +77,7 @@ Before you begin, ensure you have the following installed on your machine:
```
- Run the command

6. **Run the Docker container**
8. **Run the Docker container**

### Windows PS or Docker Desktop Terminal

Expand Down

0 comments on commit fb8d923

Please sign in to comment.