Skip to content

Commit c3cd27e

Browse files
author
Gonzalo Diaz
committed
[BUGFIX] sonarcloud issues
1 parent 2e6dbaa commit c3cd27e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ RUN addgroup \
122122
--ingroup "$GROUPNAME" \
123123
--no-create-home \
124124
--uid "$UID" \
125-
$USER
126-
127-
RUN ls -alhR
125+
"$USER" \
126+
&& ls -alhR
128127

129128
CMD ["make", "run"]

0 commit comments

Comments
 (0)