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 2207b59 commit 7a9e9a1Copy full SHA for 7a9e9a1
DEVELOPMENT.md
@@ -52,7 +52,7 @@ It's also possible to run CoMPAS OpenSCD as a docker. Of every release a docker
52
Hub. To run the docker container use the following command.
53
54
```
55
-docker run -it --rm -d -p 8080:80 --name compas-open-scd lfenergy/compas-open-scd:latest
+docker run -it --rm -d -p 8080:8080 --name compas-open-scd lfenergy/compas-open-scd:latest
56
57
58
Now open a browser and go to "http://localhost:8080". CoMPAS OpenSCD is shown.
0 commit comments