diff --git a/velocity/Dockerfile b/velocity/Dockerfile index ab3e761..ddd9346 100644 --- a/velocity/Dockerfile +++ b/velocity/Dockerfile @@ -43,8 +43,7 @@ RUN apt-get update -qq && \ # Copy Entry point COPY entrypoint.sh launcher.sh autoconfig.sh / -RUN groupadd --gid 1000 app && \ - useradd app --uid 1000 -g app -s /bin/bash +RUN useradd app --uid 7000 -U -s /bin/bash # Copy basements... COPY templates/ /app/templates/