shoom013 commited on
Commit
4933968
·
verified ·
1 Parent(s): cc0535d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -50,7 +50,7 @@ WORKDIR /app
50
 
51
  # Create a non-root user and switch to it
52
  RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
53
- && chown -R user:audio /app && usermod -aG audio
54
  RUN echo "user ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/90-user
55
  RUN echo "@audio - rtprio 95" > /etc/security/limits.d/90-user
56
  RUN echo "@audio - memlock unlimited" >> /etc/security/limits.d/90-user
 
50
 
51
  # Create a non-root user and switch to it
52
  RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
53
+ && chown -R user:audio /app && usermod -aG audio user
54
  RUN echo "user ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/90-user
55
  RUN echo "@audio - rtprio 95" > /etc/security/limits.d/90-user
56
  RUN echo "@audio - memlock unlimited" >> /etc/security/limits.d/90-user