fix dockerfile

This commit is contained in:
Roy Olav Purser 2021-03-09 18:37:41 +01:00
parent 8a27f7fd22
commit cd26b08db8
No known key found for this signature in database
GPG Key ID: 0BA77797F072BC52

View File

@ -3,6 +3,6 @@ RUN ["apk", "add", "--no-cache", "icecast"]
COPY ["icecast.xml", "/app/icecast.xml"]
FROM scratch
COPY --from/base / /
COPY --from=base / /
USER 1443:1443
ENTRYPOINT ["/usr/bin/icecast", "-c", "/app/icecast.xml"]