diff --git a/src/Console/Concerns/InteractsWithDockerComposeServices.php b/src/Console/Concerns/InteractsWithDockerComposeServices.php index 0cea8618..7aab9945 100644 --- a/src/Console/Concerns/InteractsWithDockerComposeServices.php +++ b/src/Console/Concerns/InteractsWithDockerComposeServices.php @@ -184,7 +184,7 @@ protected function installDevContainer() file_put_contents( $this->laravel->basePath('.devcontainer/devcontainer.json'), - file_get_contents(__DIR__.'/../../stubs/devcontainer.stub') + file_get_contents(__DIR__.'/../../../stubs/devcontainer.stub') ); $environment = file_get_contents($this->laravel->basePath('.env'));