From 7fc9cf56e0f4c054a7ae53254c869c3647b87168 Mon Sep 17 00:00:00 2001 From: Christopher Latza Date: Sun, 7 Jun 2020 18:31:38 +0200 Subject: [PATCH] add message.json --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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