1
0

Use podman in composer.js

This commit is contained in:
Christer Warén 2024-01-29 15:57:35 +02:00
parent 0ceb1982c8
commit 99ecf7b08f

View File

@ -1,4 +1,4 @@
docker run --rm --interactive --tty \ podman run --rm --interactive --tty \
--volume "$PWD":/app \ --volume "$PWD":/app \
--user $(id -u):$(id -g) \ docker.io/composer \
composer update update