fix(build): Dockerfile

This commit is contained in:
yusing 2025-05-10 10:50:26 +08:00
parent c05059765d
commit 2c0b68c8c2

View file

@ -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}