Skip to content

Commit 2647a1f

Browse files
Build docs - fix the command for running docker terminal
1 parent 7ed54c9 commit 2647a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD_LINUX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ On a Linux host Bash terminal, run:
1616
```commandline
1717
$ cd <project root>
1818
$ docker buildx build --file share/docker/Dockerfile_mayaXXXX -t mmsolver-linux-mayaXXXX-build .
19-
$ docker container run --volume "${pwd}:/mmSolver" mmsolver-linux-mayaXXXX-build bash
19+
$ docker container run --interactive --tty --volume "${PWD}:/mmSolver" mmsolver-linux-mayaXXXX-build bash
2020
2121
# Inside the docker container
2222
$ ./scripts/build_mmSolver_linux_mayaXXXX.bash

0 commit comments

Comments
 (0)