this repo has no description

typo

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