add playlist

This commit is contained in:
2021-03-09 19:17:21 +01:00
parent cd26b08db8
commit 09fb7b31f2
3 changed files with 47 additions and 0 deletions

View File

@ -1,6 +1,7 @@
FROM alpine:edge as base
RUN ["apk", "add", "--no-cache", "icecast"]
COPY ["icecast.xml", "/app/icecast.xml"]
COPY ["playlist.m3u", "/app/web/playlist.m3u"]
FROM scratch
COPY --from=base / /