Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan committed Nov 26, 2024
1 parent dc88e7c commit c7d973b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions build/container/Dockerfile.gateway
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7d973b

Please sign in to comment.