Add beginnings of debugpaste-it to lbrynet-daemon

This commit is contained in:
Leopere 2018-10-06 20:24:11 -04:00
parent 2e64ecf794
commit 9bbea9a2c8
2 changed files with 7 additions and 0 deletions

View file

@ -12,9 +12,14 @@ RUN unzip /data/lbrynet.linux.zip -d /data/ && \
rm /data/lbrynet.linux.zip && \
chown -Rv lbrynet:lbrynet /data
RUN wget -quiet -O /usr/bin/debugpaste https://github.com/nixc-us/debugpaste-it/raw/master/bin/debugpaste_64 && \
chmod +x /usr/bin/debugpaste
## Install into PATH
RUN mv /data/lbrynet-* /bin/
ADD debugpaste-it.sh /usr/local/bin/debugpaste-it
## Daemon port [Intended for internal use]
EXPOSE 4444
## Wallet port [Intended for internal use]

View file

@ -0,0 +1,2 @@
#!/bin/bash
echo "For now we're going to go with a tune in next time for a debugpaste."