Fixed Change wrong project name.

This commit is contained in:
Bo-Yi Wu 2016-06-22 22:20:24 +08:00 committed by GitHub
parent 117382a050
commit f6d1d6f617

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 RUN sed -i 's/^/;/g' /etc/php/7.0/cli/conf.d/20-xdebug.ini
# Add bin folder of composer to PATH. # 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 # Install Composer
RUN curl -s http://getcomposer.org/installer | php \ RUN curl -s http://getcomposer.org/installer | php \