From a26f826c38036126383bf845f32dc460f456c2d7 Mon Sep 17 00:00:00 2001 From: kev Date: Thu, 5 Nov 2015 12:24:32 +0800 Subject: [PATCH] fix webhook --- webhook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhook/Dockerfile b/webhook/Dockerfile index 553aae5..b96a4c4 100644 --- a/webhook/Dockerfile +++ b/webhook/Dockerfile @@ -7,7 +7,7 @@ MAINTAINER kev RUN apk add -U bash -COPY webhook /usr/local/bin +COPY ./webhook /usr/local/bin/ WORKDIR /scripts VOLUME /scripts