Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru authored Feb 25, 2024
1 parent f6714ce commit b73dbe9
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 @@ -3,7 +3,7 @@ This repository contains the source code of the python shiny app which is recomm

## Offline Usage
### Docker
The app can be run using the docker image `exbio/simba-qc`. The image can be pulled from the docker hub using the following command:
The app can be run using the docker image `bigdatainbiomedicine/simba-qc`. The image can be pulled from the docker hub using the following command:
```bash
docker run -p <port>:8080 bigdatainbiomedicine/simba-qc
```
Expand All @@ -24,4 +24,4 @@ pip install -r requirements.txt
cd src
uvicorn app:app --host 0.0.0.0 --port <port>
```
Assuming that the port 1234 is used, the app can be accessed at [http://localhost:1234](http://localhost:1234).
Assuming that the port 1234 is used, the app can be accessed at [http://localhost:1234](http://localhost:1234).

0 comments on commit b73dbe9

Please sign in to comment.