1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-09-19 02:10:03 +02:00

new users

This commit is contained in:
Brian Seymour 2018-09-21 01:00:52 -05:00
parent 6954616c4a
commit 145ac6225a

View file

@ -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