From 7ece9241bfcc8e3698ea1e5b6747195b91299fe6 Mon Sep 17 00:00:00 2001 From: dzid26 Date: Fri, 10 Jan 2025 23:10:42 +0000 Subject: [PATCH] Fix conda docker path --- tools/build/Docker/README.conda.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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