Skip to content

Commit 81dc749

Browse files
committed
MCLOUD-14015:Small change
1 parent a48fad0 commit 81dc749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/Robo/Tasks/CopyToDocker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function destination(string $destination): self
8080
public function getCommand(): string
8181
{
8282
return sprintf(
83-
'(docker cp %s %s:%s) || (docker-compose cp %s %s:%s)',
83+
'(docker-compose cp %s:%s %s) || (docker cp $(docker-compose ps -q %s):%s %s)',
8484
$this->source,
8585
$this->container,
8686
$this->destination,

0 commit comments

Comments
 (0)