mirror of https://github.com/n1nj4sec/pupy.git
create-workspace: docker: use absolute path to Dockerfile
This commit is contained in:
parent
14f8238981
commit
c19c58e679
|
@ -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')
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in New Issue