We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04657e9 commit f011459Copy full SHA for f011459
README.md
@@ -121,6 +121,16 @@ How can you use it?
121
2. Execute `node --run ownList`.
122
3. You can see the result in [`result.html`](https://modules.magicmirror.builders/result.html).
123
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
134
## Ideas / To do
135
136
See [GitHub issues](https://github.com/MagicMirrorOrg/MagicMirror-3rd-Party-Modules/issues) for ideas and tasks.
0 commit comments