Skip to content

Commit 5ed0f0f

Browse files
committed
Updated to add composer to the path
1 parent 51676e9 commit 5ed0f0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ RUN apt-get update && \
88
RUN curl -sS https://getcomposer.org/installer | php \
99
&& mv composer.phar /usr/local/bin/ \
1010
&& ln -s /usr/local/bin/composer.phar /usr/local/bin/composer
11+
12+
ENV PATH="~/.composer/vendor/bin:./vendor/bin:${PATH}"

0 commit comments

Comments
 (0)