We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f08a4 commit 7171996Copy full SHA for 7171996
1 file changed
workspace/Dockerfile
@@ -40,7 +40,7 @@ RUN curl -s http://getcomposer.org/installer | php \
40
41
# Install the Laravel Installer
42
RUN composer.phar global require "laravel/installer" \
43
- && echo "export PATH='$PATH:$HOME/.composer/vendor/bin'" >> ~/.bashrc
+ && echo "export PATH='~/.composer/vendor/bin:$PATH'" >> ~/.bashrc
44
45
# Source the bashrc to apply updates
46
RUN . ~/.bashrc
0 commit comments