removed incorrect RUNAS

This commit is contained in:
Hyatt 2022-03-25 09:47:49 -05:00
parent 03e32f5d29
commit b49b850fbe
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -19,9 +19,6 @@ RUN apk add --no-cache icecast && \\
chown icecast:icecast /icecast
USER icecast
RUNAS icecast
CMD ["/bin/sh", "-c", "icecast -c \\"\${CONFIG_FILE}\\""]
"""