Fixed Change wrong project name.
This commit is contained in:
parent
117382a050
commit
f6d1d6f617
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user