1
0
Fork 0

add new json files to docker file

This commit is contained in:
Christopher Latza 2020-06-12 15:07:17 +02:00
parent f031e14b27
commit 3e25332788
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ RUN apt-get update && apt-get install -y ffmpeg curl php-cli php-xml rtmpdump
COPY start.sh /root/start.sh
COPY config.php /root/config.php
COPY start.php /root/start.php
COPY message.json /root/message.json
COPY startMessage.json /root/startMessage.json
COPY endMessage.json /root/endMessage.json
RUN chmod +x start.sh