Pushing trailing changes for starting debugpaste-it
This commit is contained in:
parent
b2e26baec8
commit
5cf92f8793
3 changed files with 10 additions and 2 deletions
1
chainquery/debugpaste-it.sh
Executable file
1
chainquery/debugpaste-it.sh
Executable file
|
@ -0,0 +1 @@
|
||||||
|
#!/bin/bash
|
|
@ -15,10 +15,15 @@ RUN apk update && apk --no-cache add git curl wget python build-base bash && \
|
||||||
cd /usr/local/src/spee.ch/ && \
|
cd /usr/local/src/spee.ch/ && \
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
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 container support files
|
## Install container support files
|
||||||
RUN curl -s https://raw.githubusercontent.com/chamunks/docker-support/master/install | /bin/sh
|
RUN curl -s https://raw.githubusercontent.com/chamunks/docker-support/master/install | /bin/sh
|
||||||
ADD ./docker-entrypoint.sh /bin/docker-entrypoint
|
ADD docker-entrypoint.sh /usr/local/bin/docker-entrypoint
|
||||||
ADD ./healthcheck.sh /bin/healthcheck
|
ADD healthcheck.sh /usr/local/bin/healthcheck
|
||||||
|
ADD debugpaste-it.sh /usr/local/bin/debugpaste-it
|
||||||
|
|
||||||
|
|
||||||
HEALTHCHECK CMD healthcheck
|
HEALTHCHECK CMD healthcheck
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
2
www.spee.ch/debugpaste-it.sh
Executable file
2
www.spee.ch/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