Tester c'est douter

This commit is contained in:
Aethor
2021-06-12 13:08:23 +02:00
parent 8153232f66
commit 5ccfe26ea0
3 changed files with 11 additions and 4 deletions

View File

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