We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51676e9 commit 5ed0f0fCopy full SHA for 5ed0f0f
docker/Dockerfile
@@ -8,3 +8,5 @@ RUN apt-get update && \
8
RUN curl -sS https://getcomposer.org/installer | php \
9
&& mv composer.phar /usr/local/bin/ \
10
&& ln -s /usr/local/bin/composer.phar /usr/local/bin/composer
11
+
12
+ENV PATH="~/.composer/vendor/bin:./vendor/bin:${PATH}"
0 commit comments