I couldn't push or pull from any repositories until I set -git-dir following the instructions in knot-hosting, so maybe this file should just created when creating the Dockerfile?
ERROR
Dockerfile
ERROR
Dockerfile
Failed to calculate interdiff for this file.
NEW
readme.md
NEW
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 -g)
37
37
```
38
38
39
39
The command above for example will create a user with the host user's UID and GID.