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
+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 \