diff --git a/Dockerfile b/Dockerfile index 5ca2321..484ed18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ COPY cmd ./cmd COPY internal ./internal COPY pkg ./pkg COPY agent ./agent +COPY socket-proxy ./socket-proxy ARG VERSION ENV VERSION=${VERSION}