diff --git a/create-workspace.py b/create-workspace.py index 62a60e92..65e17f65 100755 --- a/create-workspace.py +++ b/create-workspace.py @@ -443,7 +443,7 @@ def create_container_env( build_command.extend([ '-t', ENV_IMAGE, - '-f', 'conf/Dockerfile.env', + '-f', os.path.join(git_path, 'pupy', 'conf', 'Dockerfile.env'), os.path.join(git_path, 'pupy') ])