working radio
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM alpine:edge as base
|
||||
RUN ["apk", "add", "--no-cache", "icecast"]
|
||||
COPY ["icecast.xml", "/app/icecast.xml"]
|
||||
|
||||
FROM scratch
|
||||
COPY --from/base / /
|
||||
USER 1443:1443
|
||||
ENTRYPOINT ["/usr/bin/icecast", "-c", "/app/icecast.xml"]
|
Reference in New Issue
Block a user