diff --git a/Dockerfile b/Dockerfile index 31c5110..4bf7312 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ RUN go mod download COPY main.go main.go COPY api/ api/ COPY controllers/ controllers/ +COPY custom_cel/ custom_cel/ # Build # the GOARCH has not a default value to allow the binary be built according to the host where the command