Skip to content

Commit

Permalink
fix composer auth.json location
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Jan 21, 2025
1 parent 64ec239 commit 7cb2af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Containers/Composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function __construct()
{
parent::__construct();
$this->set_target('composer');
$this->set_volume('./configs/composer/auth.json', '/.composer/auth.json');
$this->set_volume('./configs/composer/auth.json', '/home/user/.composer/auth.json');
}

public function commands(): array
Expand Down

0 comments on commit 7cb2af6

Please sign in to comment.