build(docker): add /app/vendor/bin to PATH
This commit is contained in:
parent
ba935d861c
commit
033271519f
|
@ -1,6 +1,7 @@
|
|||
FROM opdavies/sculpin-serve AS app
|
||||
|
||||
FROM app AS build
|
||||
ENV PATH=$PATH:/app/vendor/bin/phpunit
|
||||
WORKDIR /app
|
||||
COPY composer.* ./
|
||||
RUN composer install --no-dev
|
||||
|
|
Loading…
Reference in a new issue