Spaces:
Sleeping
Sleeping
Ali Kadhim
commited on
Update README.md
Browse files
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
|
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 |
```
|