fix artisan not found

This commit is contained in:
Jack Goh
2018-08-01 17:00:50 +08:00
parent 2581977bd9
commit 1bca556504
+1 -1
View File
@@ -13,7 +13,7 @@ docker-php-ext-install mbstring pdo_mysql curl json intl gd xml zip bz2 opcache
# Install Composer and project dependencies.
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
#composer update
composer install
# Copy over testing configuration.
cp .env.testing .env