Merge pull request #6938 from appwrite/fix-gitpod-composer-install

gitpod: fix composer usage
This commit is contained in:
Christy Jacob
2023-10-27 00:39:32 +04:00
committed by GitHub
+1 -1
View File
@@ -8,7 +8,7 @@ tasks:
command: |
docker run --rm --interactive --tty \
--volume $PWD:/app \
composer update \
composer install \
--ignore-platform-reqs \
--optimize-autoloader \
--no-plugins \