From e485507ad6eae89d5a0147b6938afeb0426b7af7 Mon Sep 17 00:00:00 2001 From: Graham Bevan Date: Sun, 14 Oct 2018 13:44:57 +0100 Subject: [PATCH] added new module folders --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index d182bdb..9227115 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,8 @@ COPY v1 ./v1/ COPY approle ./approle/ COPY pingclean ./pingclean/ COPY jobqueues ./jobqueues/ +COPY apierrors ./apierrors/ +COPY health ./health/ RUN \ go get github.com/golang/dep/cmd/dep && \