Expressly mount composer vendor folder.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-06-24 01:45:06 -05:00
parent 8db98762e0
commit 9eac73d862
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
2 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs :
- name : Run Composer install
run : |
sudo -u \#1001 composer install --no-interaction --ignore-platform-reqs
composer install --no-interaction --ignore-platform-reqs
- name : Run PHP Linter
run : |

View File

@ -8,4 +8,5 @@ services :
APPLICATION_ENV : 'testing'
LOG_LEVEL : 'debug'
volumes :
- ./vendor:/var/azuracast/www/vendor
- .:/var/azuracast/www