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.
2 parents 5177d65 + 7c817ec commit 36d595cCopy full SHA for 36d595c
tests/functional/Robo/Tasks/CopyFromDocker.php
@@ -80,7 +80,7 @@ public function destination(string $destination): self
80
public function getCommand(): string
81
{
82
return sprintf(
83
- 'docker-compose cp %s:%s %s',
+ 'docker cp "$(docker-compose ps -q %s)":%s %s',
84
$this->container,
85
$this->source,
86
$this->destination
tests/functional/Robo/Tasks/CopyToDocker.php
- 'docker-compose cp %s %s:%s',
0 commit comments