mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-01 17:36:28 +02:00
new users
This commit is contained in:
parent
1832ab6dfe
commit
586a686c5a
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ RUN apt-get -y install golang
|
||||||
|
|
||||||
RUN useradd -g root runner
|
RUN useradd -g root runner
|
||||||
|
|
||||||
RUN echo '@runner soft nproc 16' >> /etc/security/limits.conf
|
RUN echo '@runner soft nproc 64' >> /etc/security/limits.conf
|
||||||
RUN echo '@runner hard nproc 16' >> /etc/security/limits.conf
|
RUN echo '@runner hard nproc 64' >> /etc/security/limits.conf
|
||||||
|
|
||||||
USER runner
|
USER runner
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue