adding radio user
This commit is contained in:
@@ -9,7 +9,7 @@ RUN apt-get update \
|
||||
&& apt-get install --yes icecast2 gettext
|
||||
|
||||
RUN useradd radio
|
||||
RUN chown -R radio:radio /etc/icecast2 /var/log/icecast2 /usr/local/icecast/
|
||||
RUN chown -R radio:radio /etc/icecast2 /var/log/icecast2
|
||||
USER radio
|
||||
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
|
||||
Reference in New Issue
Block a user