Speficy RUN location for installing mkdocs dependencies.

Signed-off-by: 나상우(Roy) <robbyra@gmail.com>
This commit is contained in:
나상우(Roy)
2023-01-30 10:47:43 +09:00
committed by GitHub
parent f36fd4b87c
commit fcbd3d72fb
+1 -1
View File
@@ -262,7 +262,7 @@ You will have to install the `mkdocs` and `mkdocs-techdocs-core` package from
pip, as well as `graphviz` and `plantuml` from your OS package manager (e.g.
apt).
You can do so by including the following lines in the last step of your
You can do so by including the following lines right above `USER node` of your
`Dockerfile`:
```Dockerfile