diff --git a/docker/Dockerfile b/docker/Dockerfile index 1f355d6..06a4065 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -14,4 +14,4 @@ RUN useradd runner RUN echo '@runner soft nproc 16' >> /etc/security/limits.conf RUN echo '@runner hard nproc 16' >> /etc/security/limits.conf -USER newuser +USER runner