From 4a9cccd05462050dea920efb6c368ed7e1eda0e6 Mon Sep 17 00:00:00 2001 From: Jean-Marc ANDRE Date: Thu, 10 Dec 2020 00:16:36 +0100 Subject: [PATCH] Added pkg/ to the docker build --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 88317e0..8c6e6f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN go mod download # Copy the go source COPY main.go main.go COPY api/ api/ +COPY pkg/ pkg/ COPY controllers/ controllers/ # Build