1
0
Fork 0

add message.json

This commit is contained in:
Christopher Latza 2020-06-07 18:31:38 +02:00
parent cb47a5842d
commit 7fc9cf56e0
1 changed files with 1 additions and 0 deletions

View File

@ -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