Skip to content

Commit

Permalink
Update DockerContainerApi.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Apr 27, 2024
1 parent ba160a6 commit 4d9048c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/Modules/Docker/DockerContainerApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public function run()
shell_exec('mkdir -p ' . $dockerContaienrPath);
}

dd($dockerComposeFileContent);
$dockerComposeFile = $dockerContaienrPath . '/docker-compose.yml';
file_put_contents($dockerComposeFile, $dockerComposeFileContent);

Expand Down

0 comments on commit 4d9048c

Please sign in to comment.