From b73dbe97e97e2851a24ae300dc72ee84fa4e9c5d Mon Sep 17 00:00:00 2001 From: Nico Trummer <52698566+nictru@users.noreply.github.com> Date: Sun, 25 Feb 2024 17:44:44 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51b9f11..8f76e92 100644 --- a/README.md +++ b/README.md @@ -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 :8080 bigdatainbiomedicine/simba-qc ``` @@ -24,4 +24,4 @@ pip install -r requirements.txt cd src uvicorn app:app --host 0.0.0.0 --port ``` -Assuming that the port 1234 is used, the app can be accessed at [http://localhost:1234](http://localhost:1234). \ No newline at end of file +Assuming that the port 1234 is used, the app can be accessed at [http://localhost:1234](http://localhost:1234).