Skip to content

Commit a3981ed

Browse files
authored
Merge pull request #13 from dockersamples/fixit
Update 03-image-analysis.md
2 parents 1fcd8db + ef1992b commit a3981ed

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)