Update .gitpod.yml

This commit is contained in:
Chirag Aggarwal 2025-04-06 08:31:46 +05:30 committed by GitHub
parent abd953974d
commit 403083b0ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,6 @@ tasks:
docker compose pull
docker pull composer
command: |
sudo chown -R $(id -u):$(id -g) vendor/
docker run --rm --interactive --tty \
--user "$(id -u):$(id -g)" \
--volume $PWD:/app \