making entrypoint not turn executable in dockerfile
This commit is contained in:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user