Skip to content

Commit b78e21e

Browse files
mmornatiwfleming
authored andcommitted
Update Readme fixing code Path (qltysh#506)
The standard readme proposes the environment variable to define where is the code to analyse (for the docker machine) as $PWD. In reality the code, internal to the docker, is into the */code* folder which is mounted on $PWD. I think leaving it in that way can bring to confusion...
1 parent b1c4484 commit b78e21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ docker pull codeclimate/codeclimate
2929
```console
3030
docker run \
3131
--interactive --tty --rm \
32-
--env CODECLIMATE_CODE="$PWD" \
32+
--env CODECLIMATE_CODE="/code" \
3333
--volume "$PWD":/code \
3434
--volume /var/run/docker.sock:/var/run/docker.sock \
3535
--volume /tmp/cc:/tmp/cc \

0 commit comments

Comments
 (0)