We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed54c9 commit 2647a1fCopy full SHA for 2647a1f
BUILD_LINUX.md
@@ -16,7 +16,7 @@ On a Linux host Bash terminal, run:
16
```commandline
17
$ cd <project root>
18
$ 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
+$ docker container run --interactive --tty --volume "${PWD}:/mmSolver" mmsolver-linux-mayaXXXX-build bash
20
21
# Inside the docker container
22
$ ./scripts/build_mmSolver_linux_mayaXXXX.bash
0 commit comments