Gitiles
Code Review
Sign In
gerrit.hackerspace.pl
/
hscloud
/
3836b0382a86d11e20bf899dc1afa0fb0f5141c2
/
.
/
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"
]