diff --git a/Dockerfile b/Dockerfile index 35f4c38..82e44df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ COPY main.go main.go COPY api/ api/ COPY controllers/ controllers/ COPY pkg/ pkg/ +COPY internal/ internal/ # Build # the GOARCH has not a default value to allow the binary be built according to the host where the command