[proxy] copy management sources into proxy image build

shared/management/networkmap now imports management/server packages
(#6711), so the multistage proxy build needs the management tree in
the builder context.
This commit is contained in:
mlsmaycon
2026-07-22 18:13:28 +00:00
parent 3ae3705abe
commit f30e29e209

View File

@@ -10,6 +10,7 @@ COPY encryption ./encryption
COPY flow ./flow
COPY formatter ./formatter
COPY monotime ./monotime
COPY management ./management
COPY proxy ./proxy
COPY route ./route
COPY shared ./shared