Skip to content

Commit f6d1d6f

Browse files
authored
Fixed Change wrong project name.
1 parent 117382a commit f6d1d6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workspace/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN apt-get clean
5656
RUN sed -i 's/^/;/g' /etc/php/7.0/cli/conf.d/20-xdebug.ini
5757

5858
# Add bin folder of composer to PATH.
59-
RUN echo "export PATH=${PATH}:/var/www/codeigniter/vendor/bin" >> ~/.bashrc
59+
RUN echo "export PATH=${PATH}:/var/www/laravel/vendor/bin" >> ~/.bashrc
6060

6161
# Install Composer
6262
RUN curl -s http://getcomposer.org/installer | php \

0 commit comments

Comments
 (0)