1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

Composer is now handled in dockerfile

This commit is contained in:
eldadfux 2019-11-20 06:19:56 +02:00
parent eb2b3c8e1a
commit 7e368dc47a

View file

@ -17,10 +17,6 @@ echo "Setting Version #"
echo -e "<?php\n\nconst VERSION = '$1';\n\nreturn VERSION;" > app/config/version.php
echo 'Updating PHP dependencies and auto-loading...'
composer update --ignore-platform-reqs --optimize-autoloader --no-dev --no-plugins --no-scripts --prefer-dist
echo 'Starting build...'
docker build -t appwrite/appwrite:"$1" .