From c7d973be297577f642af957c0b0a00a0f0f52baf Mon Sep 17 00:00:00 2001 From: Jiaxin Shan Date: Mon, 25 Nov 2024 17:56:55 -0800 Subject: [PATCH] Update dockerfile --- build/container/Dockerfile | 1 + build/container/Dockerfile.gateway | 1 + 2 files changed, 2 insertions(+) diff --git a/build/container/Dockerfile b/build/container/Dockerfile index e28b002e..5a43329f 100644 --- a/build/container/Dockerfile +++ b/build/container/Dockerfile @@ -18,6 +18,7 @@ COPY pkg/controller/ pkg/controller/ COPY pkg/utils/ pkg/utils/ COPY pkg/cache/ pkg/cache/ COPY pkg/client/ pkg/client/ +COPY pkg/metrics/ pkg/metrics/ # Build # the GOARCH has not a default value to allow the binary be built according to the host where the command diff --git a/build/container/Dockerfile.gateway b/build/container/Dockerfile.gateway index 8ca206b0..79f6cd89 100644 --- a/build/container/Dockerfile.gateway +++ b/build/container/Dockerfile.gateway @@ -18,6 +18,7 @@ COPY pkg/plugins/ pkg/plugins/ COPY pkg/utils/ pkg/utils/ COPY pkg/cache/ pkg/cache/ COPY pkg/client/ pkg/client/ +COPY pkg/metrics/ pkg/metrics/ # Build # the GOARCH has not a default value to allow the binary be built according to the host where the command