]> BookStack Code Mirror - devops/blobdiff - scripts/installation-ubuntu-18.04.sh
Updated the scripts to use composer in --no-dev mode
[devops] / scripts / installation-ubuntu-18.04.sh
index 45e3f926520edf55dd73368839493ea32f78fb64..678cee1c89a4fd8060c520648ef85a57a2213dad 100644 (file)
@@ -51,7 +51,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