Gitiles
Code Review
Sign In
gerrit.hackerspace.pl
/
hscloud
/
655db5e3c6b60df056f43c69d7e49e54882461ee
/
.
/
app
/
radio
/
Dockerfile
blob: 93354b6b0ca496b084f64dbfbbc2dce42a02009e [
file
] [
log
] [
blame
]
FROM alpine
:
3.9
RUN
set
-
e
-
x
;
\
apk add
--
no
-
cache icecast
USER icecast
COPY standby
.
ogg
/
usr
/
share
/
icecast
/
web
/
standby
.
ogg
ENTRYPOINT
[
"/usr/bin/icecast"
,
"-c"
,
"/usr/share/icecast/icecast.xml"
]