]> BookStack Code Mirror - devops/blobdiff - scripts/installation-ubuntu-16.04.sh
Updated the scripts to use composer in --no-dev mode
[devops] / scripts / installation-ubuntu-16.04.sh
index e21bb3ecd493a530f99050cc4a9ea884431a3531..3001358cbc655d74244acd637864bb1294bd04ac 100644 (file)
@@ -44,7 +44,7 @@ else
 fi
 
 # Install BookStack composer dependancies
-php composer.phar install
+php composer.phar install --no-dev
 
 # Copy and update BookStack environment variables
 cp .env.example .env