From c3cd27e5c10dcdd5d6e4713182d8bce12797518f Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Sat, 6 Sep 2025 02:14:32 -0400 Subject: [PATCH] [BUGFIX] sonarcloud issues --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 19d87ca..cb29ed6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -122,8 +122,7 @@ RUN addgroup \ --ingroup "$GROUPNAME" \ --no-create-home \ --uid "$UID" \ - $USER - -RUN ls -alhR + "$USER" \ +&& ls -alhR CMD ["make", "run"]