diff --git a/nextcloud/latest/Dockerfile b/nextcloud/latest/Dockerfile index 0f95a4ac7..6b2e54d26 100644 --- a/nextcloud/latest/Dockerfile +++ b/nextcloud/latest/Dockerfile @@ -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