this repo has no description

typo

Changed files
+1 -1
+1 -1
readme.md
···
but you can change it with the `UID` and `GID` build arguments.
```sh
-
docker build -t knot:latest --build-arg UID=(id -u) GID=(id -u)
+
docker build -t knot:latest --build-arg UID=$(id -u) GID=$(id -u)
```
The command above for example will create a user with the host user's UID and GID.