diff --git a/icecast/Dockerfile b/icecast/Dockerfile index c7ed981..6d7fa82 100644 --- a/icecast/Dockerfile +++ b/icecast/Dockerfile @@ -4,7 +4,4 @@ FROM pltnk/icecast2 COPY icecast.xml.template /etc/icecast2/icecast.xml.template COPY entrypoint.sh /entrypoint.sh -# Ensure script is executable -RUN chmod +x /entrypoint.sh - ENTRYPOINT [ "entrypoint.sh" ]