You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: labspace/03-image-analysis.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This demo repository contains a simple Node.js application consisting of a basic
13
13
2. Run the app using the following `docker run` command:
14
14
15
15
```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
17
17
```
18
18
19
19
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