diff --git a/chainquery/debugpaste-it.sh b/chainquery/debugpaste-it.sh new file mode 100755 index 0000000..a9bf588 --- /dev/null +++ b/chainquery/debugpaste-it.sh @@ -0,0 +1 @@ +#!/bin/bash diff --git a/www.spee.ch/Dockerfile b/www.spee.ch/Dockerfile index b66a174..fc8297c 100644 --- a/www.spee.ch/Dockerfile +++ b/www.spee.ch/Dockerfile @@ -15,10 +15,15 @@ RUN apk update && apk --no-cache add git curl wget python build-base bash && \ cd /usr/local/src/spee.ch/ && \ 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 RUN curl -s https://raw.githubusercontent.com/chamunks/docker-support/master/install | /bin/sh -ADD ./docker-entrypoint.sh /bin/docker-entrypoint -ADD ./healthcheck.sh /bin/healthcheck +ADD docker-entrypoint.sh /usr/local/bin/docker-entrypoint +ADD healthcheck.sh /usr/local/bin/healthcheck +ADD debugpaste-it.sh /usr/local/bin/debugpaste-it + HEALTHCHECK CMD healthcheck EXPOSE 3000 diff --git a/www.spee.ch/debugpaste-it.sh b/www.spee.ch/debugpaste-it.sh new file mode 100755 index 0000000..f003d2d --- /dev/null +++ b/www.spee.ch/debugpaste-it.sh @@ -0,0 +1,2 @@ +#!/bin/bash +echo "For now we're going to go with a tune in next time for a debugpaste."