Skip to content

Commit 7171996

Browse files
committed
replace composer path
1 parent 66f08a4 commit 7171996

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workspace/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN curl -s http://getcomposer.org/installer | php \
4040

4141
# Install the Laravel Installer
4242
RUN composer.phar global require "laravel/installer" \
43-
&& echo "export PATH='$PATH:$HOME/.composer/vendor/bin'" >> ~/.bashrc
43+
&& echo "export PATH='~/.composer/vendor/bin:$PATH'" >> ~/.bashrc
4444

4545
# Source the bashrc to apply updates
4646
RUN . ~/.bashrc

0 commit comments

Comments
 (0)