mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
Added stub directory to Docker composer build phase
This commit is contained in:
parent
919cfc4209
commit
1670e85aa2
@ -3,6 +3,7 @@ FROM composer:1.8 AS composer
|
||||
RUN composer global require hirak/prestissimo
|
||||
|
||||
COPY composer.json composer.json
|
||||
COPY stubs stubs
|
||||
RUN composer install --no-dev --optimize-autoloader --prefer-dist
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user