From 96e9ddcf53934607eac9fd23b470c0211f65da22 Mon Sep 17 00:00:00 2001 From: sergio-gimenez Date: Sat, 15 Feb 2025 12:03:15 +0100 Subject: [PATCH] Specify user of the container to avoid crashing at first run --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 2fac0b3..2d35131 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,4 +1,3 @@ - services: build-iso: init: true @@ -8,6 +7,7 @@ services: # uncomment next two lines to test this environment: - DEBUG=true + - USER=root volumes: - .:/opt/workbench-script:ro - ./iso:/opt/workbench-script/iso:rw