change port
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
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 / /
|
||||
|
Reference in New Issue
Block a user