From 747c9bfd6fa9ef02a18cd498040dca7f58498949 Mon Sep 17 00:00:00 2001 From: meskio Date: Mon, 19 Dec 2022 20:13:58 +0100 Subject: [PATCH] Run the test with the uid/gid of the user --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index 479d07c..aaa856b 100755 --- a/test +++ b/test @@ -7,7 +7,7 @@ tear_down () { } mkdir tmp -cp env.sample tmp/.env +cat env.sample | sed "s/USER_GROUP.*$/USER_GROUP=`id -u`:`id -g`/" > tmp/.env cat docker-compose.yml | sed 's/registry.sindominio.net\/wordpress/wordpress/' > tmp/docker-compose.yml cd tmp