replace composer path

This commit is contained in:
Mahmoud Zalt 2016-05-18 09:05:45 +03:00
parent 66f08a4f60
commit 7171996843

View File

@ -40,7 +40,7 @@ RUN curl -s http://getcomposer.org/installer | php \
# Install the Laravel Installer
RUN composer.phar global require "laravel/installer" \
&& echo "export PATH='$PATH:$HOME/.composer/vendor/bin'" >> ~/.bashrc
&& echo "export PATH='~/.composer/vendor/bin:$PATH'" >> ~/.bashrc
# Source the bashrc to apply updates
RUN . ~/.bashrc