From 3e253327881843b9cb859e6607c098bade183f2f Mon Sep 17 00:00:00 2001 From: Christopher Latza Date: Fri, 12 Jun 2020 15:07:17 +0200 Subject: [PATCH] add new json files to docker file --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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