diff --git a/tools/build/Docker/README.conda.rst b/tools/build/Docker/README.conda.rst index 0bd455c1ad..ea54cb7264 100644 --- a/tools/build/Docker/README.conda.rst +++ b/tools/build/Docker/README.conda.rst @@ -9,7 +9,7 @@ Build and run the `freecad-conda` container with the following commands: .. code-block:: console - docker build --file tools/build/Dockerfile.Conda --tag freecad-conda + docker build --file tools/build/Docker/Dockerfile.Conda --tag freecad-conda . docker run --rm --interactive --tty --volume $(pwd):/builds:z freecad-conda Build Code