fix dockerfile
This commit is contained in:
parent
8a27f7fd22
commit
cd26b08db8
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user