diff --git a/Dockerfile b/Dockerfile index be892d6..a04e1d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y ffmpeg curl php-cli php-xml COPY start.sh /root/start.sh COPY config.php /root/config.php COPY start.php /root/start.php +COPY message.json /root/message.json RUN chmod +x start.sh