Update Dockerfile

This commit is contained in:
STAM 2019-09-02 14:51:21 +03:00 committed by GitHub
parent 45f790b9fb
commit c772752075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,3 +11,9 @@ 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/
#smb fix
RUN rm -fv /etc/samba/smb.conf
ADD smb.conf /etc/samba/
RUN rm -fv /usr/share/samba/smb.conf
ADD smb.conf /usr/share/samba/