Skip to content

Commit 6fc6975

Browse files
authored
Should not mount as home folder
Should not mount as home folder. it will end up ignoring .bashrc which includes LD_LIBRARY_PATH
1 parent 5ae0e15 commit 6fc6975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You may want to change following parameters in the script,
4545
Pull precompiled docker image and run at the working directory
4646
```bash
4747
# At the working directory which includes bathymetry_source directory with source bathymetry file inside
48-
docker run -it --rm -v $PWD:/home/mkbathy -w /home/mkbathy woensugchoi/bathymetry_converter:release bash
48+
docker run -it --rm -v $PWD:/home/mkbathy/workdir -w /home/mkbathy/workdir woensugchoi/bathymetry_converter:release bash
4949
chmod +x mkbathy.sh
5050
./mkbathy.sh
5151
```

0 commit comments

Comments
 (0)