Merge pull request #112 from appleboy/patch-2

Fixed Change wrong project name.
This commit is contained in:
Mahmoud Zalt 2016-06-22 17:21:05 +03:00 committed by GitHub
commit ca413edff4
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ RUN apt-get clean
RUN sed -i 's/^/;/g' /etc/php/7.0/cli/conf.d/20-xdebug.ini
# Add bin folder of composer to PATH.
RUN echo "export PATH=${PATH}:/var/www/codeigniter/vendor/bin" >> ~/.bashrc
RUN echo "export PATH=${PATH}:/var/www/laravel/vendor/bin" >> ~/.bashrc
# Install Composer
RUN curl -s http://getcomposer.org/installer | php \