We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32761ee commit 8535ef1Copy full SHA for 8535ef1
ads/opctl/utils.py
@@ -188,7 +188,7 @@ def build_image(
188
command += ["--build-arg", f"https_proxy={os.environ['https_proxy']}"]
189
if os.environ.get(CONTAINER_NETWORK):
190
command += ["--network", os.environ[CONTAINER_NETWORK]]
191
- command += [os.path.join(os.path.abspath(curr_dir), "docker")]
+ command += [os.path.abspath(curr_dir)]
192
logger.info("Build image with command %s", command)
193
proc = run_command(command)
194
if proc.returncode != 0:
0 commit comments