From c67dd6fc9d15071b6f0597069c6b46da1afb18fd Mon Sep 17 00:00:00 2001 From: Alex Ellis <alexellis2@gmail.com> Date: Fri, 1 Sep 2017 09:29:36 +0100 Subject: [PATCH] Comment out fast-fork Dockerfile change Signed-off-by: Alex Ellis <alexellis2@gmail.com> --- watchdog/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/watchdog/Dockerfile b/watchdog/Dockerfile index 4918fe93..1fb53bb7 100644 --- a/watchdog/Dockerfile +++ b/watchdog/Dockerfile @@ -6,8 +6,8 @@ COPY main.go . COPY readconfig.go . COPY config_test.go . COPY requesthandler_test.go . -COPY fastForkRequestHandler.go . -COPY requestHandler.go . +#COPY fastForkRequestHandler.go . +#COPY requestHandler.go . COPY types types RUN go test -- GitLab