Tester c'est douter
This commit is contained in:
@@ -15,8 +15,9 @@ COPY ices.xml.jinja .
|
||||
|
||||
COPY next_song.py /opt
|
||||
COPY yt_sync.py /opt
|
||||
COPY ultrasync.sh /opt
|
||||
|
||||
RUN chmod +x /opt/yt_sync.py /opt/next_song.py
|
||||
RUN chmod +x /opt/yt_sync.py /opt/next_song.py /opt/ultrasync.sh
|
||||
|
||||
RUN mkdir -p /songs /jingles /var/log/icecast
|
||||
|
||||
@@ -30,4 +31,4 @@ RUN chown -R zambla:zambla /usr/share/icecast2
|
||||
COPY entrypoint.sh /opt/entrypoint.sh
|
||||
RUN chmod +x /opt/entrypoint.sh
|
||||
|
||||
ENTRYPOINT [ "/opt/entrypoint.sh" ]
|
||||
ENTRYPOINT [ "/opt/entrypoint.sh" ]
|
||||
|
Reference in New Issue
Block a user