This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-swck.git

commit dddc649d07c49c55ef482228643c161a8143d555
Author: Gao Hongtao <hanahm...@gmail.com>
AuthorDate: Tue Nov 3 20:11:28 2020 +0800

    Copy pkg package into image
    
    Signed-off-by: Gao Hongtao <hanahm...@gmail.com>
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 6224cb2..aea1663 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,6 +13,7 @@ RUN go mod download
 COPY main.go main.go
 COPY api/ api/
 COPY controllers/ controllers/
+COPY pkg/ pkg/
 
 # Build
 RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o 
manager main.go

Reply via email to