Add beginnings of debugpaste-it to lbrynet-daemon
This commit is contained in:
parent
2e64ecf794
commit
9bbea9a2c8
2 changed files with 7 additions and 0 deletions
|
@ -12,9 +12,14 @@ RUN unzip /data/lbrynet.linux.zip -d /data/ && \
|
||||||
rm /data/lbrynet.linux.zip && \
|
rm /data/lbrynet.linux.zip && \
|
||||||
chown -Rv lbrynet:lbrynet /data
|
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
|
## Install into PATH
|
||||||
RUN mv /data/lbrynet-* /bin/
|
RUN mv /data/lbrynet-* /bin/
|
||||||
|
|
||||||
|
ADD debugpaste-it.sh /usr/local/bin/debugpaste-it
|
||||||
|
|
||||||
## Daemon port [Intended for internal use]
|
## Daemon port [Intended for internal use]
|
||||||
EXPOSE 4444
|
EXPOSE 4444
|
||||||
## Wallet port [Intended for internal use]
|
## Wallet port [Intended for internal use]
|
||||||
|
|
2
lbrynet-daemon/debugpaste-it.sh
Executable file
2
lbrynet-daemon/debugpaste-it.sh
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
echo "For now we're going to go with a tune in next time for a debugpaste."
|
Loading…
Reference in a new issue