Update Dockerfile

This commit is contained in:
STAM 2019-09-02 14:33:44 +03:00 committed by GitHub
parent 7d6b9c5ab5
commit 23af485401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,3 @@ RUN apt update -y && apt dist-upgrade -y && apt install -y --allow-unauthenticat
#thank u, mac users. rolling back normal ZipStreammer
RUN rm -fv /var/www/html/lib/private/Streamer.php
ADD Streamer.php /var/www/html/lib/private/
#temp debug
RUN cat /var/www/html/lib/private/Streamer.php