mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-21 01:41:00 +01:00
Merge pull request #1955 from rectorphp/fix-docker-build-missing-stubs
Added stub directory to Docker composer build phase
This commit is contained in:
commit
773ac11af6
@ -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