making entrypoint not turn executable in dockerfile

This commit is contained in:
2025-11-24 13:11:05 +00:00
parent 8cd6b3609c
commit fa1873a243

View File

@@ -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" ]