change port

This commit is contained in:
2021-03-10 00:31:55 +01:00
parent 9a30b82a68
commit 4a2c1c682b
3 changed files with 16 additions and 34 deletions

View File

@ -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 / /