diff --git a/Dockerfile b/Dockerfile index e83c877..24c48c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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