replace composer path
This commit is contained in:
parent
66f08a4f60
commit
7171996843
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue