Skip to content

Commit 720f4c8

Browse files
authored
Update 03-image-analysis.md
1 parent 5b12492 commit 720f4c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

labspace/03-image-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This demo repository contains a simple Node.js application consisting of a basic
1313
2. Run the app using the following `docker run` command:
1414

1515
```bash
16-
docker run -p 3050:3000 --name dhi-demo-app demo-node-doi:v1
16+
docker run -d -p 3050:3000 --name dhi-demo-app demo-node-doi:v1
1717
```
1818

1919
3. Open the app by going to :tabLink[http://localhost:3050]{href="http://localhost:3050" id="app" title="App" icon="draft"}. You should see a simple "Hello World!" message.

0 commit comments

Comments
 (0)