Ali Kadhim commited on
Commit
654582d
1 Parent(s): 14d1c28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ Build the Docker image. We'll tag our image as `llm-app` using the `-t` paramete
49
  docker build -t llm-app .
50
  ```
51
 
52
- Run and test the Docker image locally using the `run` command. The `-p`parameter connects our host port # to the left of the `:` to our container port # on the right.
53
  ``` bash
54
  docker run -p 7860:7860 llm-app
55
  ```
 
49
  docker build -t llm-app .
50
  ```
51
 
52
+ Run and test the Docker image locally using the `run` command. The `-p`parameter connects our **host port #** to the left of the `:` to our **container port #** on the right.
53
  ``` bash
54
  docker run -p 7860:7860 llm-app
55
  ```