We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117382a commit f6d1d6fCopy full SHA for f6d1d6f
1 file changed
workspace/Dockerfile
@@ -56,7 +56,7 @@ RUN apt-get clean
56
RUN sed -i 's/^/;/g' /etc/php/7.0/cli/conf.d/20-xdebug.ini
57
58
# Add bin folder of composer to PATH.
59
-RUN echo "export PATH=${PATH}:/var/www/codeigniter/vendor/bin" >> ~/.bashrc
+RUN echo "export PATH=${PATH}:/var/www/laravel/vendor/bin" >> ~/.bashrc
60
61
# Install Composer
62
RUN curl -s http://getcomposer.org/installer | php \
0 commit comments