Skip to content

Commit

Permalink
Update README port information
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Feb 25, 2024
1 parent 5c4af7c commit f6714ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The app can be run using the docker image `exbio/simba-qc`. The image can be pul
```bash
docker run -p <port>:8080 bigdatainbiomedicine/simba-qc
```
The app will be available at [http://localhost:<port>](http://localhost:<port>).
Assuming that the port 1234 is used, the app can be accessed at [http://localhost:1234](http://localhost:1234).

### Local
The app can also be run locally. The following steps are required to run the app locally:
Expand All @@ -23,4 +23,5 @@ pip install -r requirements.txt
```bash
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).

0 comments on commit f6714ce

Please sign in to comment.