1
0
Fork 0

add screen

This commit is contained in:
Christopher Latza 2020-06-16 00:30:22 +02:00
parent 5e1141eae9
commit f1b94c82aa
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM debian:latest
WORKDIR /root/
RUN apt-get update && apt-get install -y ffmpeg curl php-cli php-xml rtmpdump
RUN apt-get update && apt-get install -y ffmpeg curl php-cli php-xml rtmpdump screen
COPY start.sh /root/start.sh
COPY config.php /root/config.php
COPY start.php /root/start.php