1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

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
commit 3caa49a547
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \