diff --git a/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md b/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md index 13ba47c476323af82de9dd2f448207ddb0f8e1b3..71cf4481480b9d00bbdcc996acff5f34e67cf8b3 100644 --- a/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md +++ b/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md @@ -75,7 +75,7 @@ Here is a suggestion of a workflow which might be suitable for you. The command(s) to start the dockerized web server is this: ```bash -wiki "mkdocs build && mkdocs serve -a 0.0.0.0:8000" +wiki "mkdocs serve -a 0.0.0.0:8000" ``` You can view the documentation via `http://localhost:8000` in your browser, now.