diff --git a/Dockerfile b/Dockerfile index b1dd1e467..eb1b7d283 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,8 @@ RUN go mod download COPY cmd/main.go cmd/main.go COPY api/ api/ COPY controller/ controller/ +COPY cloud/ cloud/ +COPY util/ util/ # Build # the GOARCH has not a default value to allow the binary be built according to the host where the command