1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00

gitpod: fix composer usage

This commit is contained in:
Torsten Dittmann 2023-10-17 15:19:29 +02:00 committed by GitHub
parent fce18647d2
commit 80574838a4
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 \