Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
h8pewou authored Apr 15, 2021
1 parent 7dc5832 commit 1df03ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN ln -fs /usr/share/zoneinfo/UCT /etc/localtime

# Download codepoet80's wrapper and configure it
RUN rm -rf /var/www/html/*
RUN cd /tmp; git pull https://github.com/codepoet80/metube-php-servicewrapper
RUN cd /tmp; git clone https://github.com/codepoet80/metube-php-servicewrapper
RUN mv /tmp/metube-php-servicewrapper/* /var/www/html/
RUN wget https://raw.githubusercontent.com/h8pewou/legacy_webos/main/metube-webos-config.php -O /var/www/html/config.php

Expand Down

0 comments on commit 1df03ef

Please sign in to comment.