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"]