Skip to content

Commit

Permalink
Update README.md with docker image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
AstraBert authored Jul 28, 2024
1 parent 617e5e6 commit 1aef6c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ You'll see the application on `http://localhost:8501`.
1. Pull the image

```bash
docker pull astrabert/searchphi
docker pull astrabert/searchphi:latest
```

2. Run the container:

```bash
docker run -p 8501:8501 astrabert/searchphi
docker run -p 8501:8501 astrabert/searchphi:latest
```

Shortly after you submit the `docker run` command, the container logs will tell you that the application is up and running on `http://localhost:8501`.
Expand Down

0 comments on commit 1aef6c0

Please sign in to comment.