Skip to content

Commit

Permalink
docs(tools/builder): fix user id env variable in ockam-builder docker…
Browse files Browse the repository at this point in the history
… run cmd

Signed-off-by: Pratyush Singhal <psinghal20@gmail.com>
  • Loading branch information
psinghal20 committed May 26, 2021
1 parent 55c2787 commit 7219ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ docker build \
Run the builder:

```
docker run --rm -it -e LOCAL_USER_ID=$(id -u) --volume $(pwd):/work ockam/builder:latest bash
docker run --rm -it -e HOST_USER_ID=$(id -u) --volume $(pwd):/work ockam/builder:latest bash
```

## Hub
Expand Down

0 comments on commit 7219ff4

Please sign in to comment.