From a2ebd69f449388d8b5d0d07e1eb351b3009cfbae Mon Sep 17 00:00:00 2001 From: Leopere Date: Mon, 15 Oct 2018 03:15:35 -0400 Subject: [PATCH] Updated against namechange --- www.spee.ch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www.spee.ch/Dockerfile b/www.spee.ch/Dockerfile index fc8297c..54f7678 100644 --- a/www.spee.ch/Dockerfile +++ b/www.spee.ch/Dockerfile @@ -19,7 +19,7 @@ RUN wget -quiet -O /usr/bin/debugpaste https://github.com/nixc-us/debugpaste-it/ chmod +x /usr/bin/debugpaste ## 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/leopere/docker-support/master/install | /bin/sh 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