Skip to content

Commit f011459

Browse files
committed
update README.md
1 parent 04657e9 commit f011459

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,16 @@ How can you use it?
121121
2. Execute `node --run ownList`.
122122
3. You can see the result in [`result.html`](https://modules.magicmirror.builders/result.html).
123123

124+
## Running the produced container image locally
125+
126+
We are running this project as container. For testing the produced container you can run it locally by executing
127+
128+
```bash
129+
docker run --rm -p 8080:8080 ghcr.io/magicmirrororg/magicmirror-3rd-party-modules:main
130+
```
131+
132+
You can access the content with a webbrowser under http://localhost:8080.
133+
124134
## Ideas / To do
125135

126136
See [GitHub issues](https://github.com/MagicMirrorOrg/MagicMirror-3rd-Party-Modules/issues) for ideas and tasks.

0 commit comments

Comments
 (0)