From fc8367f40e3b3d44dfff78637418535a93457b5d Mon Sep 17 00:00:00 2001 From: vrenaville Date: Thu, 29 Aug 2024 15:11:22 +0200 Subject: [PATCH] feat: ls docker --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 7cf5a96d..2402669f 100755 --- a/test.sh +++ b/test.sh @@ -55,7 +55,7 @@ docodown() { docker compose -f test-compose.yml down } docoruncmd() { - docker compote -f test-compose.yml build --pull=false odoo + docker compose -f test-compose.yml build odoo docker compose -f test-compose.yml run --rm -e LOCAL_USER_ID=$(id -u) $@ }